aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/FileDownloader.py
diff options
context:
space:
mode:
authorFilippo Valsorda - Campagna <filosottile.wiki@gmail.com>2012-04-10 16:46:36 +0200
committerFilippo Valsorda - Campagna <filosottile.wiki@gmail.com>2012-04-10 16:46:36 +0200
commitd11d05d07acdd11a93b02d750852dea4ae32be3b (patch)
tree569e6b7b11555b277660534603d2119960d12750 /youtube_dl/FileDownloader.py
parente179aadfdf6285cde24ebaab67ccefebe594f3b6 (diff)
downloadyoutube-dl-d11d05d07acdd11a93b02d750852dea4ae32be3b.tar.xz
better naming for the sub-modules
Diffstat (limited to 'youtube_dl/FileDownloader.py')
-rw-r--r--youtube_dl/FileDownloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py
index 63b29a837..2bc0b0d4e 100644
--- a/youtube_dl/FileDownloader.py
+++ b/youtube_dl/FileDownloader.py
@@ -14,7 +14,7 @@ import urllib2
if os.name == 'nt':
import ctypes
-from Utils import *
+from utils import *
class FileDownloader(object):