Files
catalyst/zipline/utils/logger.py
T
2012-05-10 16:38:04 -04:00

10 lines
191 B
Python

"""
Small classes to assist with timezone calculations, LOGGER configuration,
and other common operations.
"""
import logging
import logging.config
logging.config.fileConfig('logging.cfg')