summaryrefslogtreecommitdiffstats
path: root/bin/env-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/env-update')
-rwxr-xr-xbin/env-update5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/env-update b/bin/env-update
index 912602f7b..396dc4471 100755
--- a/bin/env-update
+++ b/bin/env-update
@@ -3,7 +3,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-import sys, errno
+from __future__ import print_function
+
+import errno
+import sys
def usage(status):
print("Usage: env-update [--no-ldconfig]")