summaryrefslogtreecommitdiff
path: root/doc/examples/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/index.py')
-rwxr-xr-xdoc/examples/index.py2
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 = []