misc/migration/3.10.9_Any.py
changeset 8694 d901c36bcfce
parent 7550 183a61d1bab9
child 11178 b3d3e23be27b
--- a/misc/migration/3.10.9_Any.py	Thu Feb 14 15:29:20 2013 +0100
+++ b/misc/migration/3.10.9_Any.py	Thu Feb 14 15:39:23 2013 +0100
@@ -1,7 +1,5 @@
-from __future__ import with_statement
 import sys
 
-
 if confirm('fix some corrupted entities noticed on several instances?'):
     rql('DELETE CWConstraint X WHERE NOT E constrained_by X')
     rql('SET X is_instance_of Y WHERE X is Y, NOT X is_instance_of Y')