Move db/migrations.py -> db/mongo/migrations.py

And change references.
This commit is contained in:
Elrond
2011-12-20 20:33:33 +01:00
parent 59bd06aabb
commit faf74067da
4 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ def setup_database():
app_config = mg_globals.app_config
# This MUST be imported so as to set up the appropriate migrations!
from mediagoblin.db import migrations
from mediagoblin.db.mongo import migrations
# Set up the database
connection, db = setup_connection_and_db_from_config(app_config)