Add local copy of python-xml to path
authorSteve McIntyre <steve@einval.com>
Fri, 28 Oct 2011 15:59:01 +0000 (16:59 +0100)
committerSteve McIntyre <steve@einval.com>
Fri, 28 Oct 2011 15:59:01 +0000 (16:59 +0100)
bin/moin
bin/moin.wsgi

index 470bdf2..1f3dbb9 100755 (executable)
--- a/bin/moin
+++ b/bin/moin
@@ -1,6 +1,7 @@
 #! /usr/bin/python
 import sys
 sys.path.insert(0, '/srv/wiki.debian.org/etc/moin')
+sys.path.insert(0, '/home/pabs/python-xml/python-xml/usr/share/pyshared')
 from MoinMoin import log
 log.load_config('/srv/wiki.debian.org/etc/moin/log')
 from MoinMoin.script.moin import run
index 73432d6..6180434 100755 (executable)
@@ -1,6 +1,7 @@
 # vim: set ft=python ts=4 sw=4 et sm si:
 import sys
 sys.path.insert(0, '/srv/wiki.debian.org/etc/moin')
+sys.path.insert(0, '/home/pabs/python-xml/python-xml/usr/share/pyshared')
 from MoinMoin import log
 log.load_config('/srv/wiki.debian.org/etc/moin/log')
 from MoinMoin.web.serving import make_application