s4-python Don't force "bin" into the python sys.path
authorAndrew Bartlett <abartlet@samba.org>
Sat, 5 Feb 2011 07:00:45 +0000 (18:00 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 02:22:02 +0000 (13:22 +1100)
commit15d0166340baea91f117ea977539894e7444ee6b
tree65838dc452590393024dd487af488417c0b5351f
parent19c3546872216980ff49e5b3dbffb01433c07552
s4-python Don't force "bin" into the python sys.path

This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is
now set properly at all times, incluidng for installed and
build-directory binaries.  So we don't need to make assumptions about
bin being magic any more.

Andrew Bartlett
source4/param/provision.c
source4/samba_tool/samba_tool.c
source4/scripting/python/modules.c
source4/scripting/python/modules.h
source4/web_server/wsgi.c