mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Add pyshared to python path for the api
This commit is contained in:
parent
98bbf73004
commit
9b20bb7ef1
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ import gettext
|
||||||
import ldap
|
import ldap
|
||||||
import yaml
|
import yaml
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
sys.path.append('/usr/share/pyshared')
|
||||||
|
|
||||||
from twisted.python.log import ILogObserver, FileLogObserver, startLogging
|
from twisted.python.log import ILogObserver, FileLogObserver, startLogging
|
||||||
from twisted.python.logfile import DailyLogFile
|
from twisted.python.logfile import DailyLogFile
|
||||||
from twisted.web.server import Site
|
from twisted.web.server import Site
|
||||||
|
|
Loading…
Add table
Reference in a new issue