hopefully the last of migrate.run

This commit is contained in:
percious17 2008-12-02 18:31:56 +00:00
parent 205d477ea4
commit b2cca18c36

View File

@ -1,6 +1,6 @@
from migrate.versioning.base import log,operations
from migrate.versioning import pathed,exceptions
import migrate.run
# import migrate.run
class BaseScript(pathed.Pathed):
"""Base class for other types of scripts