src/cm/monkey_patches.py
changeset 530 d2803c60af53
parent 504 b2e0186daa5b
child 531 80859749e6b1
--- 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)