Change the way we fetch conversions from package to make it compatible with frozen and packed builds

This commit is contained in:
DarkPhoenix
2015-04-30 23:59:56 +03:00
parent 722406f636
commit 124d4fab9b
2 changed files with 7 additions and 8 deletions

View File

@@ -42,7 +42,6 @@ def getPyfaRoot():
base = sys.argv[0]
root = os.path.dirname(os.path.realpath(os.path.abspath(base)))
root = unicode(root, sys.getfilesystemencoding())
print(root)
return root