SVN: ZODB/trunk/src/ZEO/zrpc/client.py Added a missing import and sorted imports.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 116275:
  Added a missing import and sorted imports.
  

Changed:
  U   ZODB/trunk/src/ZEO/zrpc/client.py

-=-
Modified: ZODB/trunk/src/ZEO/zrpc/client.py
===================================================================
--- ZODB/trunk/src/ZEO/zrpc/client.py	2010-09-09 18:38:48 UTC (rev 116274)
+++ ZODB/trunk/src/ZEO/zrpc/client.py	2010-09-09 18:38:51 UTC (rev 116275)
@@ -22,13 +22,16 @@
 import traceback
 import types
 import logging
+import ZEO.zrpc.trigger
 
+
+from ZEO.zrpc.connection import ManagedClientConnection
+from ZEO.zrpc.log import log
+from ZEO.zrpc.error import DisconnectedError
+
 from ZODB.POSException import ReadOnlyError
 from ZODB.loglevels import BLATHER
 
-from ZEO.zrpc.log import log
-import ZEO.zrpc.trigger
-from ZEO.zrpc.connection import ManagedClientConnection
 
 def client_timeout():
     return 30.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.