From d1a21348d7e49213a9dd90120442725b4b8d267f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Aug 2017 21:12:00 +0300 Subject: Drop: import print function from future print() works fine in Python 2. --- example_runcmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/example_runcmd.py b/example_runcmd.py index df70b14..e4577fd 100644 --- a/example_runcmd.py +++ b/example_runcmd.py @@ -16,7 +16,6 @@ # # =*= License: GPL-2+ =*= -from __future__ import print_function import cliapp -- cgit v1.2.1