From f1213cc3c6cf4037174fc907b54c5dd956672b21 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 18 Jan 2011 09:07:53 +0300 Subject: [PATCH] srs ppl do not smile :O --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a7a8575ae..488649207 100644 --- a/config.py +++ b/config.py @@ -13,7 +13,7 @@ expansionVersion = "1.0.1" # You can adjust these paths to your needs # The main pyfa directory which contains run.py -# python 2.X uses ansi by default, so we need to convert the character encoding :( +# Python 2.X uses ANSI by default, so we need to convert the character encoding pyfaPath = unicode(os.path.dirname(os.path.abspath(sys.modules['__main__'].__file__)), sys.getfilesystemencoding())