]> git.ipfire.org Git - thirdparty/babel.git/commit
Introduce PyInstaller support. Fixes #500
authorWolfgang Doll <wolfgang.doll@web.de>
Fri, 23 Jun 2017 10:03:23 +0000 (12:03 +0200)
committerWolfgang Doll <wolfgang.doll@web.de>
Sat, 24 Jun 2017 08:25:19 +0000 (10:25 +0200)
commitc3422e8103cb662015e84f5a5ffc29b4333aa062
tree966dcec2bc58078e9d4ee1edea0cdca50f8d72d1
parent0c75f291ebf79558b9a6b118dcf4bbb3098bd144
Introduce PyInstaller support. Fixes #500

Add a get_base_dir function that works in the context of
PyInstaller, where the __file__ system variable is
not available.
babel/core.py
babel/localedata.py
tests/test_localedata.py