rename log.py to logger.py

This commit is contained in:
Alan Hamlett 2015-04-01 12:48:42 -07:00
parent aa52e5462b
commit d7679866ca
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'pac
from .__about__ import __version__
from .compat import u, open, is_py3
from .offlinequeue import Queue
from .log import setup_logging
from .logger import setup_logging
from .project import find_project
from .stats import get_file_stats
from .packages import argparse