summaryrefslogtreecommitdiff
path: root/examples/manual
diff options
context:
space:
mode:
authorpab <devnull@localhost>2009-07-05 15:20:05 +0000
committerpab <devnull@localhost>2009-07-05 15:20:05 +0000
commit398f528192b0ecd9ace0f0e52984d4f7080efbd0 (patch)
treea5d6991f0822d0e1dc90780e418afc7221049414 /examples/manual
parent1adc8f71b96b066ccb0a62087a6283bca760a45c (diff)
Change environment variable for archive path
Diffstat (limited to 'examples/manual')
-rw-r--r--examples/manual/demo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/manual/demo.sh b/examples/manual/demo.sh
index c8b9bc2..4701ead 100644
--- a/examples/manual/demo.sh
+++ b/examples/manual/demo.sh
@@ -1,7 +1,7 @@
PYTHONPATH=../..:.
export PYTHONPATH
-PYXB_NAMESPACE_PATH=.:+
-export PYXB_NAMESPACE_PATH
+PYXB_ARCHIVE_PATH=.:+
+export PYXB_ARCHIVE_PATH
rm -f po1.py
../../scripts/pyxbgen -u po1.xsd -m po1
python demo1.py