mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 17:01:08 +08:00
10 lines
192 B
Python
10 lines
192 B
Python
"""
|
|
Small classes to assist with timezone calculations, LOGGER configuration,
|
|
and other common operations.
|
|
"""
|
|
|
|
import logging
|
|
import logging.config
|
|
|
|
logging.config.fileConfig('logging.conf')
|