Update fenrir-daemon

This commit is contained in:
chrys87 2017-07-25 16:07:46 +02:00 committed by GitHub
parent cef29ac9ee
commit 8a5ec627dc

View File

@ -8,7 +8,7 @@ import os, sys, inspect
fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe())))) fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe()))))
if not fenrirPath in sys.path: if not fenrirPath in sys.path:
sys.path.append(fenrirPath) sys.path.append(fenrirPath)
from core import fenrirManager from core import fenrirManager
from daemonize import Daemonize from daemonize import Daemonize