diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-08 22:12:16 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-08 22:50:01 +0100 |
commit | c130e3ee79affaf9e2e52a98506ffb1a7f5c9db6 (patch) | |
tree | 4b75dfe33cadd24f1d5aa2eefa6cddd076f6c72a /mediagoblin/gmg_commands/dbupdate.py | |
parent | c4466cb4dcf194f634b6fe855f5e5fad09e70df1 (diff) | |
download | mediagoblin-c130e3ee79affaf9e2e52a98506ffb1a7f5c9db6.tar.lz mediagoblin-c130e3ee79affaf9e2e52a98506ffb1a7f5c9db6.tar.xz mediagoblin-c130e3ee79affaf9e2e52a98506ffb1a7f5c9db6.zip |
Move db.sql.migration_tools to db.migration_tools.
Follow the new trend.
Diffstat (limited to 'mediagoblin/gmg_commands/dbupdate.py')
-rw-r--r-- | mediagoblin/gmg_commands/dbupdate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py index dadb79c7..65b3f922 100644 --- a/mediagoblin/gmg_commands/dbupdate.py +++ b/mediagoblin/gmg_commands/dbupdate.py @@ -19,7 +19,7 @@ import logging from sqlalchemy.orm import sessionmaker from mediagoblin.db.open import setup_connection_and_db_from_config -from mediagoblin.db.sql.migration_tools import MigrationManager +from mediagoblin.db.migration_tools import MigrationManager from mediagoblin.init import setup_global_and_app_config from mediagoblin.tools.common import import_component |