mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[mapmerger] load python version test before everything else
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
import map_helpers
|
||||
import sys
|
||||
import os
|
||||
import pathlib
|
||||
import map_helpers
|
||||
import shutil
|
||||
|
||||
#main("../../_maps/")
|
||||
|
||||
Reference in New Issue
Block a user