#! /usr/bin/python
import sys
sys.path.insert(0, '/etc/moin')
from MoinMoin.script.moin import run
run()
