diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-11-10 20:16:27 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-11-10 20:16:27 +0000 |
| commit | e048998526e4beceda8ba1d732197bf945114ef3 (patch) | |
| tree | 6aad4ca319c65d3314458a1db6ec125d7a854a19 /python/qpid/tests/__init__.py | |
| parent | 1b4f7d549a7c44ffe5a5e000ca0b3b5d2cdd3e73 (diff) | |
| download | qpid-python-e048998526e4beceda8ba1d732197bf945114ef3.tar.gz | |
permit hash and star as part of the address
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/tests/__init__.py')
| -rw-r--r-- | python/qpid/tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/tests/__init__.py b/python/qpid/tests/__init__.py index 7d2967c55b..6d227dd656 100644 --- a/python/qpid/tests/__init__.py +++ b/python/qpid/tests/__init__.py @@ -25,4 +25,4 @@ class Test: def configure(self, config): self.config = config -import messaging, framing +import address, framing, messaging |
