dev-python/repoze-who: Use dot-notation for python_moduleinto

This commit is contained in:
Michał Górny
2017-05-10 16:00:55 +02:00
parent 9ef5498e91
commit d4fc86ca8b

View File

@@ -33,10 +33,10 @@ python_install() {
distutils-r1_python_install
# install __init__.py files for sub-namespaces
python_moduleinto repoze/who
python_moduleinto repoze.who
python_domodule repoze/who/__init__.py
python_moduleinto repoze/who/plugins
python_moduleinto repoze.who.plugins
python_domodule repoze/who/plugins/__init__.py
}