src/cm/monkey_patches.py
changeset 504 b2e0186daa5b
parent 347 0a359382701b
child 530 d2803c60af53
equal deleted inserted replaced
502:8ec189cc214d 504:b2e0186daa5b
     1 from south.management.commands.migrate import  Command
     1 from south.management.commands.migrate import  Command, list_migrations
     2 from south.db import DEFAULT_DB_ALIAS
     2 from south.db import DEFAULT_DB_ALIAS
     3 from south import migration
     3 from south import migration
     4 import sys
     4 import sys
     5 
     5 
     6 ### RBA+GIB: prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps)
     6 ### RBA+GIB: prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps)