summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/quickpkg')
-rwxr-xr-xbin/quickpkg6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg
index 496a68325..f885fff05 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -3,7 +3,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-import errno, signal, sys
+from __future__ import print_function
+
+import errno
+import signal
+import sys
from itertools import izip
try: