summaryrefslogtreecommitdiff
path: root/voctocore/voctocore.py
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/voctocore.py')
-rwxr-xr-xvoctocore/voctocore.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py
index 0e65bc6..609ef52 100755
--- a/voctocore/voctocore.py
+++ b/voctocore/voctocore.py
@@ -24,7 +24,6 @@ Gst.init([])
from lib.args import Args
from lib.pipeline import Pipeline
from lib.controlserver import ControlServer
-from lib import notifications
# main class
class Voctocore(object):
@@ -82,8 +81,6 @@ def main():
logging.debug('initializing Voctocore')
voctocore = Voctocore()
- notifications.controlserver = voctocore.controlserver
-
logging.debug('running Voctocore')
voctocore.run()