1
0
mirror of synced 2024-06-17 09:59:58 +02:00

new module added

This commit is contained in:
Horea Christian 2014-04-24 18:11:58 +02:00
parent c9c7ba908b
commit 9cf387db52

View File

@ -26,6 +26,7 @@ RDEPEND="dev-python/pandas"
src_install() {
python_optimize .
python_domodule "${S}"/chr_helpers.py
python_domodule "${S}"/chr_matplotlib.py
}