mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
10 lines
191 B
Python
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')
|