diff options
author | Mike Hommey <mh@glandium.org> | 2004-10-28 09:07:41 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-10-28 09:07:41 +0000 |
commit | 9705f1a5e858108d21a0128556f42b25d16833cd (patch) | |
tree | f819e7482d433f8bf5da005695c79189dd5ce527 /doc/examples/index.py | |
parent | 0732be88d054db33fa0ca479eab9988c8e6be42e (diff) | |
download | libxml2-upstream/2.6.15.tar.gz |
Load /tmp/tmp.SgII7T/libxml2-2.6.15 intoupstream/2.6.15
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'doc/examples/index.py')
-rwxr-xr-x | doc/examples/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/index.py b/doc/examples/index.py index 944c181..db41165 100755 --- a/doc/examples/index.py +++ b/doc/examples/index.py @@ -9,7 +9,7 @@ try: import libxml2 except: sys.exit(1) -sys.path.append("..") +sys.path.insert(0, "..") from apibuild import CParser, escape examples = [] |