Minor update

This commit is contained in:
Miroslav Stampar 2015-08-04 10:28:43 +02:00
parent c5f3c0cc32
commit 971f59a27e

View File

@ -60,7 +60,7 @@ def modulePath():
except NameError:
_ = inspect.getsourcefile(modulePath)
return getUnicode(os.path.dirname(os.path.realpath(_)), sys.getfilesystemencoding())
return getUnicode(os.path.dirname(os.path.realpath(_)), encoding=sys.getfilesystemencoding())
def main():
"""