1
0
Fork 0

new module added

This commit is contained in:
Horea Christian 2014-04-24 18:11:58 +02:00
parent c9c7ba908b
commit 9cf387db52
1 changed files with 1 additions and 0 deletions

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
}