update python requirement
This commit is contained in:
parent
0fd2f30911
commit
f0b0c1edfa
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ VERBOSE_LEVEL = 5
|
||||||
|
|
||||||
def check_python():
|
def check_python():
|
||||||
info = sys.version_info
|
info = sys.version_info
|
||||||
# if not (info[0] == 2 and info[1] >= 6):
|
if info[0] == 2 and not info[1] >= 6:
|
||||||
# print('Python 2.6 or 2.7 required')
|
print('Python 2.6+ required')
|
||||||
# sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
def print_shadowsocks():
|
def print_shadowsocks():
|
||||||
|
|
Loading…
Reference in a new issue