]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/__init__.py
merged unescapeHTML branch; removed lxml dependency
[youtube-dl.git] / youtube_dl / __init__.py
index b4141b69ebc430de142a6271814293f83c2afa27..5e500d5e0243052eeb762f9cdf15de3c3782ddae 100644 (file)
@@ -38,10 +38,10 @@ import sys
 import urllib2
 import warnings
 
-from Utils import *
+from utils import *
 from FileDownloader import *
 from InfoExtractors import *
-from PostProcessing import *
+from PostProcessor import *
 
 def updateSelf(downloader, filename):
        ''' Update the program file with the latest version from the repository '''