Author: damoxc
Revision: 5006
Log:
tidy up imports
Diff:
Modified: trunk/deluge/core/core.py
===================================================================
--- trunk/deluge/core/core.py 2009-04-02 23:11:01 UTC (rev 5005)
+++ trunk/deluge/core/core.py 2009-04-04 11:31:07 UTC (rev 5006)
@@ -22,13 +22,12 @@
# Boston, MA 02110-1301, USA.
#
+import os
import glob
+import base64
import shutil
-import os
-import os.path
import threading
import pkg_resources
-import base64
from twisted.internet import reactor
from twisted.internet.task import LoopingCall
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---