##// END OF EJS Templates
Merge pull request #11874 from hugovk/fix-flake8-2020...
Matthias Bussonnier -
r25188:f3284015 merge
parent child Browse files
Show More
@@ -11,7 +11,7 b''
11
11
12 import os, sys
12 import os, sys
13
13
14 if not sys.version_info[0] == 3:
14 if sys.version_info[0] < 3:
15 print("This script must be run with Python 3, exiting...")
15 print("This script must be run with Python 3, exiting...")
16 sys.exit(1)
16 sys.exit(1)
17
17
General Comments 0
You need to be logged in to leave comments. Login now