Files
pyfa/config.py
2010-08-19 16:39:51 +02:00

10 lines
224 B
Python

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