cubicweb/misc/scripts/migration_helper.py
changeset 12567 26744ad37953
parent 11767 432f87a63057
--- a/cubicweb/misc/scripts/migration_helper.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/misc/scripts/migration_helper.py	Fri Apr 05 17:58:19 2019 +0200
@@ -19,9 +19,6 @@
 """Helper functions for migrations that aren't reliable enough or too dangerous
 to be available in the standard migration environment
 """
-from __future__ import print_function
-
-
 
 def drop_entity_types_fast(*etypes, **kwargs):
     """drop an entity type bypassing all hooks