1
0
mirror of synced 2024-06-01 18:28:11 +02:00

changed module name

This commit is contained in:
Horea Christian 2014-08-24 03:24:40 +02:00
parent b540cacca4
commit 63483e480a

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
}