Move non-trivial code from namespace __init__.py
Move code from slapos/recipe/__init__.py to slapos/recipe/utils.py, so that __init__.py only contains legacy namespace-mechanism code. This is needed for buildout 3 because pip seems not to install __init__.py files from packages declared as namespace packages. slapos.recipe.cmmi and rubygemsrecipe will need to adapt to the changed path.
Showing
slapos/recipe/utils.py
0 → 100644
Please register or sign in to comment