mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 09:10:35 +03:00
Release 1.34
This commit is contained in:
parent
b635fbb048
commit
235267882c
10
config.py
10
config.py
@ -4,6 +4,11 @@ from os.path import expanduser, dirname, isdir, join
|
||||
from sys import platform
|
||||
|
||||
|
||||
appname = 'EDMarketConnector'
|
||||
applongname = 'E:D Market Connector'
|
||||
appversion = '1.3.4.0'
|
||||
|
||||
|
||||
if platform=='darwin':
|
||||
from Foundation import NSBundle, NSUserDefaults, NSSearchPathForDirectoriesInDomains, NSApplicationSupportDirectory, NSDocumentDirectory, NSLibraryDirectory, NSUserDomainMask
|
||||
|
||||
@ -58,11 +63,6 @@ elif platform=='linux2':
|
||||
from iniparse import RawConfigParser
|
||||
|
||||
|
||||
appname = 'EDMarketConnector'
|
||||
applongname = 'E:D Market Connector'
|
||||
appversion = '1.3.3.1'
|
||||
|
||||
|
||||
class Config:
|
||||
|
||||
OUT_EDDN = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user