Add a debug flag, currently unused

This commit is contained in:
cncfanatics
2010-08-19 16:39:51 +02:00
parent 9bc3e161be
commit 9aed19ec45

View File

@@ -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"))