]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add __init__.py from plugin to be copied on setup scripts
authorLuiz H Ozaki <luiz.ozaki@gmail.com>
Thu, 5 Jan 2012 20:09:38 +0000 (18:09 -0200)
committerLuiz Henrique Ozaki <luiz.ozaki@gmail.com>
Thu, 5 Jan 2012 20:13:57 +0000 (18:13 -0200)
commitad5541fc3f12f10138168edad7802d0fde4a78c1
tree5495af493e56b3a3e6e070e7029b993a213b4c14
parentf3a9665e4349160fba08a09b846a773f4e785ba4
Add __init__.py from plugin to be copied on setup scripts

Using debian building scripts to package Quantum and I was getting this error:
('Inner Exception: %s', ImportError('No module named plugins.sample.SamplePlugin',))

Because none of the setup_*.py was copying the __init__.py from the plugins

Thanks

Change-Id: I29699f1f293e2ca271234a2b708aaa1d3637c9dd
setup_common.py