Commit 571a0f2f authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove not used imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a050de5d
...@@ -32,7 +32,6 @@ from os import listdir ...@@ -32,7 +32,6 @@ from os import listdir
from xmlrpclib import ServerProxy from xmlrpclib import ServerProxy
from os.path import join from os.path import join
from getopt import getopt, GetoptError from getopt import getopt, GetoptError
from time import ctime, time
from base64 import encodestring from base64 import encodestring
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from xmlrpclib import ServerProxy, Fault from xmlrpclib import ServerProxy
from base64 import encodestring, decodestring from base64 import encodestring, decodestring
from cloudooo.handler.tests.handlerTestCase import HandlerTestCase, make_suite from cloudooo.handler.tests.handlerTestCase import HandlerTestCase, make_suite
import magic import magic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment