Removed unnecessary import from files.search
authorEugene Gagarin <mosfet07@ya.ru>
Mon, 4 May 2009 06:58:21 +0000 (10:58 +0400)
committerEugene Gagarin <mosfet07@ya.ru>
Mon, 4 May 2009 06:58:21 +0000 (10:58 +0400)
src/files/search.py

index 6414308..0df7faf 100755 (executable)
@@ -73,8 +73,6 @@ class Abstraction(object):
 
 class Cli_Presentation(object):
     def __init__(self, config, start_func):
-        import time; global time
-
         self.start_func = start_func
 
         self.outtype = config['outtype']