From 9705f1a5e858108d21a0128556f42b25d16833cd Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 28 Oct 2004 09:07:41 +0000 Subject: Load /tmp/tmp.SgII7T/libxml2-2.6.15 into packages/libxml2/branches/upstream/current. --- doc/examples/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/index.py') 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 = [] -- cgit v1.2.3