better naming for the sub-modules
[youtube-dl] / youtube_dl / FileDownloader.py
index 63b29a837c2cac0710329eaa6e3ab1cf38639b61..2bc0b0d4e98d4294984ce87ca22238ca8e08b621 100644 (file)
@@ -14,7 +14,7 @@ import urllib2
 if os.name == 'nt':
        import ctypes
        
-from Utils import *
+from utils import *
 
 
 class FileDownloader(object):