summaryrefslogtreecommitdiff
path: root/examples/dictionary
diff options
context:
space:
mode:
authorpab <devnull@localhost>2009-07-08 02:27:53 +0000
committerpab <devnull@localhost>2009-07-08 02:27:53 +0000
commite23aa9d3a16a3a34dbd99e39b98b53509c678036 (patch)
tree1ea219006c01a084de99cb99f00064ea1dd05289 /examples/dictionary
parentedc57cb12bdb564d68a122c5255d10dd48fd46ba (diff)
Update for new pyxbgen interface
Diffstat (limited to 'examples/dictionary')
-rw-r--r--examples/dictionary/genbindings.sh6
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