]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove __init__.py from bin/ and tools/.
authorSascha Peilicke <saschpe@suse.de>
Mon, 3 Dec 2012 10:00:59 +0000 (11:00 +0100)
committerSascha Peilicke <saschpe@suse.de>
Mon, 3 Dec 2012 10:16:00 +0000 (11:16 +0100)
commit797036fe621bc8ea12c56b5da99d0a20108b6568
tree76648d410fb84f5729bb455d890d283a72a4a2db
parent779093f3c25348083050e0d6a36ffca7f649dad0
Remove __init__.py from bin/ and tools/.

To avoid installation into .../site-packages/quantum via
packages=setuptools.find_packages('.') in setup.py. Both directories
are not Python modules.

Change-Id: I794ad047a5ed52cb040490eb1be54c513c9d1e7c
bin/__init__.py [deleted file]
tools/__init__.py [deleted file]