python: use os.environ[] instead of os.putenv()
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Feb 2011 05:46:58 +0000 (16:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 Feb 2011 01:51:10 +0000 (02:51 +0100)
commit949427c208159f4ac580f547dd5465a70b4751b7
treee9eef7d495b04516e6161ab9528f964a8d872cd2
parent01047e0ba8256ff12345222517a905fd9d66a8b5
python: use os.environ[] instead of os.putenv()

using os.putenv() causes too much confusion, as it doesn't update
os.getenv()

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/wafsamba.py
lib/tdb/wscript
script/autobuild.py
script/land.py
source4/lib/ldb/wscript
source4/scripting/bin/samba_dnsupdate
source4/scripting/bin/samba_spnupdate
wintest/wintest.py