[mapmerger] load python version test before everything else

This commit is contained in:
xxalpha
2016-08-28 19:25:18 +01:00
parent 9b557d1fd0
commit b1183e4bbe
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,3 @@
import collections
import sys
try:
@@ -10,6 +9,8 @@ except:
print("ERROR: Something went wrong, you might be running an incompatible version of Python. The current minimum version required is [3.5].\nYour version: {}".format(sys.version))
sys.exit()
import collections
error = {0:"OK", 1:"WARNING: Key lengths are different, all the lines change."}
maxx = 0
+1 -1
View File
@@ -1,7 +1,7 @@
import map_helpers
import sys
import os
import pathlib
import map_helpers
import shutil
#main("../../_maps/")