except ImportError: # Python<2.5: Not officially supported, but let it slip
warnings.warn('xml.etree.ElementTree support is missing. Consider upgrading to Python >= 2.5 if you get related errors.')
-from Utils import *
+from utils import *
class InfoExtractor(object):
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 '''