1
0
Fork 0

changed module name

This commit is contained in:
Horea Christian 2014-08-24 03:24:40 +02:00
parent b540cacca4
commit 63483e480a
1 changed files with 1 additions and 1 deletions

View File

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