cleanup versionchecks

This commit is contained in:
ed 2022-09-25 21:31:47 +02:00
parent e00e80ae39
commit 1c66d06702
6 changed files with 8 additions and 32 deletions

View file

@ -27,7 +27,7 @@ SIZE = None
CKSUM = None
STAMP = None
PY2 = sys.version_info[0] == 2
PY2 = sys.version_info < (3,)
WINDOWS = sys.platform in ["win32", "msys"]
sys.dont_write_bytecode = True
me = os.path.abspath(os.path.realpath(__file__))