From: kaliko Date: Wed, 28 Jan 2015 11:13:18 +0000 (+0100) Subject: Better error handling with python2 X-Git-Tag: 0.13.0~2 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=86fc49d2fd311d18f8a8f3999990e1e9251a2824;hp=c225e922bbeed1d989d1a74ab0a639aa4972c7f1;p=mpd-sima.git Better error handling with python2 --- diff --git a/vinstall.py b/vinstall.py old mode 100755 new mode 100644 index 842495c..5b63f5a --- a/vinstall.py +++ b/vinstall.py @@ -1,7 +1,8 @@ -# # Copyright (C) 2013 Vinay Sajip. New BSD License. # Copyright (C) 2014 Kaliko Jack # +from __future__ import print_function + REQ_VER = (3,3) import sys if sys.version_info < REQ_VER: