From d32b4d0e7302965fbf874a9c554f96c16f06946e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Mon, 25 Feb 2013 11:04:11 +0100 Subject: [PATCH] dont import time --- TorrentToMedia.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 6c759cfa..081b03ff 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -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() \ No newline at end of file