diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-15 06:49:30 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-15 06:49:30 +0000 |
| commit | d6be0fa66f6fca86a741b49c9ac3717a072a96d0 (patch) | |
| tree | 6da856485eccc3c76ad804b836c7af580409d39b /python/qpid/connection08.py | |
| parent | 75b9098e465a9da8764514410c93f79beb1d3be0 (diff) | |
| download | qpid-python-d6be0fa66f6fca86a741b49c9ac3717a072a96d0.tar.gz | |
more futzing with setup.py; pulled specs into python/qpid package
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/connection08.py')
| -rw-r--r-- | python/qpid/connection08.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/connection08.py b/python/qpid/connection08.py index d34cfe2847..654148dad2 100644 --- a/python/qpid/connection08.py +++ b/python/qpid/connection08.py @@ -25,7 +25,6 @@ server, or even a proxy implementation. import socket, codec, logging, qpid from cStringIO import StringIO -from spec import load from codec import EOF from compat import SHUT_RDWR from exceptions import VersionError |
