[core] Remove alias from module
Hide alias concept for modules in the engine. That way, the individual modules never get to know about whether a module has been aliased or not. see #23
This commit is contained in:
parent
f306366629
commit
2f3f171ca5
21 changed files with 48 additions and 45 deletions
|
@ -14,8 +14,6 @@ def read_input(output):
|
|||
if line == "[": continue
|
||||
if line == "]": break
|
||||
|
||||
DEVNULL = open(os.devnull, 'wb')
|
||||
|
||||
event = json.loads(line)
|
||||
cb = output.callback(event)
|
||||
if cb:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue