summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b088c9c)
raw | patch | inline | side by side (parent: b088c9c)
| author | Steve McIntyre <steve@einval.com> | |
| Fri, 28 Oct 2011 15:59:01 +0000 (16:59 +0100) | ||
| committer | Steve McIntyre <steve@einval.com> | |
| Fri, 28 Oct 2011 15:59:01 +0000 (16:59 +0100) |
| bin/moin | patch | blob | history | |
| bin/moin.wsgi | patch | blob | history |
diff --git a/bin/moin b/bin/moin
--- a/bin/moin
+++ b/bin/moin
#! /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
diff --git a/bin/moin.wsgi b/bin/moin.wsgi
--- a/bin/moin.wsgi
+++ b/bin/moin.wsgi
# 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
