diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-01-21 12:05:43 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-01-21 12:05:43 +0000 |
| commit | 1aaba52bd281fbc64edad8c857ee6c972ae7796f (patch) | |
| tree | 6cd8c45db4313c26427c9f4da68dbd8acb735918 /python/qpid/__init__.py | |
| parent | b65797c5d8cb8a026c5f171bbbeff8afc321d2d7 (diff) | |
| download | qpid-python-1aaba52bd281fbc64edad8c857ee6c972ae7796f.tar.gz | |
removed imports so that the old spec doesn't need to be parsed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/__init__.py')
| -rw-r--r-- | python/qpid/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/__init__.py b/python/qpid/__init__.py index ff9cc04df8..780cab46a0 100644 --- a/python/qpid/__init__.py +++ b/python/qpid/__init__.py @@ -17,7 +17,7 @@ # under the License. # -import spec, codec, connection, content, peer, delegate, client +import connection class Struct: |
