diff -r 6b3523f81f42 -r 26744ad37953 cubicweb/misc/scripts/migration_helper.py --- 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