diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-09-02 14:11:12 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-09-02 14:11:12 +0000 |
commit | 1dc24b76364878a9c9dde3ad3b7dbc2b85567c68 (patch) | |
tree | 4212f2381d318732778418af6f31ee64a199d861 /python/qpid/messaging.py | |
parent | 135c910f06117adc1ccb14285b840684b1bd329a (diff) | |
download | qpid-python-1dc24b76364878a9c9dde3ad3b7dbc2b85567c68.tar.gz |
fixed import
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/messaging.py')
-rw-r--r-- | python/qpid/messaging.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/messaging.py b/python/qpid/messaging.py index d6d8a9ec04..3c12641bca 100644 --- a/python/qpid/messaging.py +++ b/python/qpid/messaging.py @@ -32,7 +32,6 @@ Areas that still need work: from codec010 import StringCodec from datatypes import timestamp, uuid4, Serial -from exceptions import Timeout from lockable import synchronized, Lockable from logging import getLogger from ops import PRIMITIVE |