2008-02-06 18:39:07 +00:00

6 lines
186 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