cubicweb/cwctl.py
changeset 12567 26744ad37953
parent 12549 e2db422752b4
child 12585 933c2b3839ab
--- a/cubicweb/cwctl.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/cwctl.py	Fri Apr 05 17:58:19 2019 +0200
@@ -18,8 +18,6 @@
 """the cubicweb-ctl tool, based on logilab.common.clcommands to
 provide a pluggable commands system.
 """
-from __future__ import print_function
-
 # *ctl module should limit the number of import to be imported as quickly as
 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
 # completion). So import locally in command helpers.