[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17425: {updater} coderman's hack to make it not traceback on etch. nick shoul (updater/trunk/lib/thandy)



Author: arma
Date: 2008-12-01 07:27:58 -0500 (Mon, 01 Dec 2008)
New Revision: 17425

Modified:
   updater/trunk/lib/thandy/ClientCLI.py
   updater/trunk/lib/thandy/ServerCLI.py
Log:
coderman's hack to make it not traceback on etch. nick should do a
cleaner one if he likes.


Modified: updater/trunk/lib/thandy/ClientCLI.py
===================================================================
--- updater/trunk/lib/thandy/ClientCLI.py	2008-12-01 05:47:56 UTC (rev 17424)
+++ updater/trunk/lib/thandy/ClientCLI.py	2008-12-01 12:27:58 UTC (rev 17425)
@@ -8,6 +8,7 @@
 import time
 import traceback
 
+import thandy.keys
 import thandy.formats
 import thandy.util
 from thandy.util import logCtrl

Modified: updater/trunk/lib/thandy/ServerCLI.py
===================================================================
--- updater/trunk/lib/thandy/ServerCLI.py	2008-12-01 05:47:56 UTC (rev 17424)
+++ updater/trunk/lib/thandy/ServerCLI.py	2008-12-01 12:27:58 UTC (rev 17425)
@@ -5,9 +5,9 @@
 import getopt
 import time
 
+import thandy.keys
 import thandy.formats
 import thandy.util
-import thandy.keys
 
 json = thandy.util.importJSON()