better naming for the sub-modules
This commit is contained in:
parent
e179aadfdf
commit
d11d05d07a
5 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@ try:
|
|||
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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue