mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 15:40:17 +00:00
a83551956e
git-svn-id: http://svn.pyinstaller.org/trunk@617 8dd32b29-ccff-0310-8a9a-9233e24343b1
7 lines
90 B
Python
7 lines
90 B
Python
from hooks.hookutils import mpl_data_dir
|
|
|
|
dir = mpl_data_dir()
|
|
datas = [
|
|
(dir, ""),
|
|
]
|