diff options
author | MaZderMind <git@mazdermind.de> | 2015-09-02 15:08:49 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-09-02 15:08:49 +0200 |
commit | c61fe2b667079168387376da1c09823967476b21 (patch) | |
tree | 4e281f520c228b0525df403706903962d6c84da9 /voctocore/voctocore.py | |
parent | 46aace37db5c035a6d6b432db261dc7c417456f4 (diff) |
refactor commands and notify code
Diffstat (limited to 'voctocore/voctocore.py')
-rwxr-xr-x | voctocore/voctocore.py | 3 |
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() |