mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
cleanup versionchecks
This commit is contained in:
parent
e00e80ae39
commit
1c66d06702
6 changed files with 8 additions and 32 deletions
|
@ -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__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue