diff -r 5eeed336b992 -r d2803c60af53 src/cm/monkey_patches.py --- a/src/cm/monkey_patches.py Wed Sep 04 22:11:01 2013 +0200 +++ b/src/cm/monkey_patches.py Thu Sep 05 14:03:29 2013 +0200 @@ -1,6 +1,8 @@ from south.management.commands.migrate import Command, list_migrations from south.db import DEFAULT_DB_ALIAS from south import migration +from south.migration import Migrations +from south.exceptions import NoMigrations import sys ### RBA+GIB: prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps)