diff options
author | pab <devnull@localhost> | 2009-07-08 02:27:53 +0000 |
---|---|---|
committer | pab <devnull@localhost> | 2009-07-08 02:27:53 +0000 |
commit | e23aa9d3a16a3a34dbd99e39b98b53509c678036 (patch) | |
tree | 1ea219006c01a084de99cb99f00064ea1dd05289 /examples/dictionary | |
parent | edc57cb12bdb564d68a122c5255d10dd48fd46ba (diff) |
Update for new pyxbgen interface
Diffstat (limited to 'examples/dictionary')
-rw-r--r-- | examples/dictionary/genbindings.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/dictionary/genbindings.sh b/examples/dictionary/genbindings.sh index 0a13c1a..bc8be1c 100644 --- a/examples/dictionary/genbindings.sh +++ b/examples/dictionary/genbindings.sh @@ -11,9 +11,9 @@ rm -rf raw mkdir -p raw touch raw/__init__.py ../../scripts/pyxbgen \ - -m "${PREFIX}" \ - -u "${WSDL}" \ - -r -W + --wsdl-location="${WSDL}" \ + --module="${PREFIX}" \ + --write-for-customization if [ ! -f ${PREFIX}.py ] ; then echo "from raw.${PREFIX} import *" > ${PREFIX}.py fi |