From b37e155eb430fc2229daed18201ee21d79c5e214 Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Fri, 28 Dec 2018 21:23:17 +0100 Subject: [PATCH] python3: remove major version check --- configtool.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configtool.py b/configtool.py index 18cb608..1e7b0e7 100755 --- a/configtool.py +++ b/configtool.py @@ -13,16 +13,6 @@ from __future__ import print_function import sys -import time - -if sys.version_info.major >= 3: - print( - "You are currently running Python3. Python3 is not supported.\n" - "Please try running with Python2.\n\n" - 'It often works to type "python2 configtool.py" in the command line.' - ) - time.sleep(10) - sys.exit(-1) import getopt import os.path