Reorganisation of the config code

This commit is contained in:
Andrew Williams
2009-01-17 22:22:36 +00:00
parent 7cedd566e0
commit 9e13b182cc
3 changed files with 52 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ import logging
import logging.handlers
from openboxlogout import openboxlogout
debug = None
debug = True
# Check config in local path, if it exists pass it on
if os.path.exists('openbox-logout.conf'):