dont import time

This commit is contained in:
Joel Kåberg 2013-02-25 11:04:11 +01:00
commit d32b4d0e73

View file

@ -8,7 +8,6 @@ import shutil
import logging
import datetime
import time
import urllib2
from subprocess import call
@ -459,4 +458,4 @@ if inputHash and useLink:
time.sleep(10)
sys.stdout = old_stdout
log_file.close()
log_file.close()