From 9aed19ec4519d5236ef09de8677b3cc2b55fb363 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Thu, 19 Aug 2010 16:39:51 +0200 Subject: [PATCH] Add a debug flag, currently unused --- config.py | 3 +++ 1 file changed, 3 insertions(+) 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")) +