mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-python/repoze-who: Use dot-notation for python_moduleinto
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user