diff --git a/config.py b/config.py index 4a3436521..3fd47dc1d 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,9 @@ import os.path import sys +debug = False + #Path autodetection, only change if it doesn't work path = os.path.dirname(unicode(__file__, sys.getfilesystemencoding())) homePath = os.path.expanduser(os.path.join("~", ".pyfa")) +