wafsamba: install Python modules back to bin/python, not bin/python_modules
authorAlexander Bokovoy <ab@samba.org>
Tue, 3 Jul 2018 08:09:12 +0000 (11:09 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:27 +0000 (06:37 +0200)
commit31f8945aa6611160d72b24a0f82c40a2419f1362
tree6a4b742c52d887e1e8ccc810590f22fa8dc4479f
parent77f3a1387fac0503007ba6e3e26b9d3576b29387
wafsamba: install Python modules back to bin/python, not bin/python_modules

Partially revert 80fce353e740c793619005ac102ab07fb5e7d280 which started
installing generated Python modules into python_modules directory back
in 2013. This, unfortunately, does not work anymore as Python gets quite
confused with our setup even when both bin/python and bin/python_modules
directories are part of sys.path.

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_python.py
buildtools/wafsamba/wafsamba.py