use base64 to decode passwordx
authorZhang Qiang <qiang.z.zhang@intel.com>
Mon, 13 Aug 2012 08:54:27 +0000 (16:54 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 13 Aug 2012 09:00:25 +0000 (17:00 +0800)
commit85e72c56a7363a6740eaa86d8a48fa660eb15f76
tree5de74a23e13a4ebeb18c31f021a0e94c6ff8b01f
parent010511a14cd6401c5b09c09cb6db1bbd5fa5393d
use base64 to decode passwordx

if using string.decode, binascii.Error would be raised, so just use
base64i nstead just as what conf.py does.
gitbuildsys/cmd_build.py