Files
giovannibajo 91f816ac46 Add import hooks for "babel"
git-svn-id: http://svn.pyinstaller.org/trunk@698 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-08-03 22:17:15 +00:00

8 lines
129 B
Python

from hooks.hookutils import babel_localedata_dir
hiddenimports = ["babel.dates"]
datas = [
(babel_localedata_dir(), ""),
]