[general] Refactoring

* remove (hopefully) unnecessary import statements
* make some code a bit more compact
* remove dead code ... again: hopefully so
This commit is contained in:
Tobias Witek 2016-11-05 15:54:34 +01:00
parent e889098c77
commit 3af8ee771d
4 changed files with 2 additions and 35 deletions

View file

@ -9,7 +9,6 @@ def main():
engine = bumblebee.engine.Engine(config)
engine.load_modules()
engine.register_events()
engine.run()