Refactored

This commit is contained in:
butomo1989
2017-03-21 13:33:46 +01:00
parent 26b99bd32b
commit f4e16a3cf2
10 changed files with 76 additions and 176 deletions
+1
View File
@@ -1,6 +1,7 @@
import os
ROOT = '/root'
ANDROID_PATH = os.getenv('ANDROID_HOME', '/root')
WORKDIR = os.path.dirname(__file__)
CONFIG_FILE = os.path.join(WORKDIR, 'nodeconfig.json')
LOGGING_FILE = os.path.join(WORKDIR, 'logging.conf')