1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-31 23:59:38 +03:00

ensure that comments have two spaces before

most of the files have tabs between code and comments
This commit is contained in:
A_D 2020-07-13 07:01:06 +02:00 committed by Athanasius
parent c6e61cc3da
commit 1f1e34d722

View File

@ -39,6 +39,7 @@ import eddn
SERVER_RETRY = 5 # retry pause for Companion servers [s]
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
def versioncmp(versionstring):
return list(map(int, versionstring.split('.')))