From cebf6ff9f6ca797cbc6be4da81675f97955570ed Mon Sep 17 00:00:00 2001 From: Eugene Gagarin Date: Mon, 4 May 2009 10:58:21 +0400 Subject: [PATCH] Removed unnecessary import from files.search --- src/files/search.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/files/search.py b/src/files/search.py index 6414308..0df7faf 100755 --- a/src/files/search.py +++ b/src/files/search.py @@ -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'] -- 1.7.9.5