summaryrefslogtreecommitdiff
path: root/python/qpid/driver.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-09-02 14:11:12 +0000
committerRafael H. Schloming <rhs@apache.org>2009-09-02 14:11:12 +0000
commit1dc24b76364878a9c9dde3ad3b7dbc2b85567c68 (patch)
tree4212f2381d318732778418af6f31ee64a199d861 /python/qpid/driver.py
parent135c910f06117adc1ccb14285b840684b1bd329a (diff)
downloadqpid-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/driver.py')
-rw-r--r--python/qpid/driver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/driver.py b/python/qpid/driver.py
index 13aba6320b..2f56a6008e 100644
--- a/python/qpid/driver.py
+++ b/python/qpid/driver.py
@@ -19,6 +19,7 @@
import compat, connection, socket, sys, time
from datatypes import RangedSet, Message as Message010
+from exceptions import Timeout
from lockable import synchronized, Lockable
from logging import getLogger
from messaging import get_codec, Message, Pattern, UNLIMITED