2009-06-21 09:17:23 +00:00

6 lines
188 B
Python

"""Things that should be imported by all migrate packages"""
#__all__ = ['logging','log','databases','operations']
from logger import logging, log
from const import databases, operations