switch conf loading precedence

ansible-ize
eric 2019-04-16 12:37:20 -04:00
parent b70c8d581c
commit 4e07ebf118
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ import Timer
plugins.Timer = Timer.TimerPlugin
if six.PY3:
CHERRYPY_CONFIG = ('/etc/autocat3.conf', os.path.expanduser ('~/.autocat3'))
CHERRYPY_CONFIG = (os.path.expanduser ('~/.autocat3'), '/etc/autocat3.conf')
# CCHERRYPY_CONFIG = ('/etc/autocat3.conf')
else:
CHERRYPY_CONFIG = ('/etc/autocat.conf', os.path.expanduser ('~/.autocat'))