better naming for the sub-modules

This commit is contained in:
Filippo Valsorda - Campagna 2012-04-10 16:46:36 +02:00
parent e179aadfdf
commit d11d05d07a
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ import urllib2
if os.name == 'nt':
import ctypes
from Utils import *
from utils import *
class FileDownloader(object):