Moved to sysconfig.

This commit is contained in:
Jeffrey Townsend
2016-06-08 11:36:51 -07:00
parent 5ac829e85f
commit 96a82eb880

View File

@@ -31,7 +31,7 @@ class DotDict(dict):
class OnlSystemConfig(object):
SYSTEM_CONFIG_DIR = '/etc/onl/config'
SYSTEM_CONFIG_DIR = '/etc/onl/sysconfig'
def __init__(self):