mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 19:32:15 +03:00
ensure that comments have two spaces before
most of the files have tabs between code and comments
This commit is contained in:
parent
c6e61cc3da
commit
1f1e34d722
1
EDMC.py
1
EDMC.py
@ -39,6 +39,7 @@ import eddn
|
|||||||
SERVER_RETRY = 5 # retry pause for Companion servers [s]
|
SERVER_RETRY = 5 # retry pause for Companion servers [s]
|
||||||
EXIT_SUCCESS, EXIT_SERVER, EXIT_CREDENTIALS, EXIT_VERIFICATION, EXIT_LAGGING, EXIT_SYS_ERR = range(6)
|
EXIT_SUCCESS, EXIT_SERVER, EXIT_CREDENTIALS, EXIT_VERIFICATION, EXIT_LAGGING, EXIT_SYS_ERR = range(6)
|
||||||
|
|
||||||
|
|
||||||
# quick and dirty version comparison assuming "strict" numeric only version numbers
|
# quick and dirty version comparison assuming "strict" numeric only version numbers
|
||||||
def versioncmp(versionstring):
|
def versioncmp(versionstring):
|
||||||
return list(map(int, versionstring.split('.')))
|
return list(map(int, versionstring.split('.')))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user