server/migractions.py
changeset 9630 e7dbc4f06a48
parent 9606 bf0d8df2aefb
child 9635 aaf099172bb9
--- a/server/migractions.py	Thu Apr 03 18:16:28 2014 +0200
+++ b/server/migractions.py	Thu Apr 03 18:18:11 2014 +0200
@@ -78,6 +78,7 @@
         if not cls.__regid__ in repo.vreg['after_add_entity_hooks']:
             repo.vreg.register(ClearGroupMap)
 
+
 class ServerMigrationHelper(MigrationHelper):
     """specific migration helper for server side migration scripts,
     providing actions related to schema/data migration