Add pyshared to python path for the api

This commit is contained in:
Kload 2013-07-07 20:19:26 +02:00
parent 98bbf73004
commit 9b20bb7ef1

View file

@ -5,6 +5,9 @@ import gettext
import ldap
import yaml
import json
sys.path.append('/usr/share/pyshared')
from twisted.python.log import ILogObserver, FileLogObserver, startLogging
from twisted.python.logfile import DailyLogFile
from twisted.web.server import Site