Split main class.

This commit is contained in:
tecnovert
2019-11-10 11:10:55 +02:00
parent c7c49ae262
commit e390509946
6 changed files with 124 additions and 101 deletions

View File

@@ -6,6 +6,8 @@
import os
DEBUG = True
DATADIRS = os.path.expanduser(os.getenv('DATADIRS', '/tmp/basicswap'))
PARTICL_BINDIR = os.path.expanduser(os.getenv('PARTICL_BINDIR', ''))