[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:
parent
e889098c77
commit
3af8ee771d
4 changed files with 2 additions and 35 deletions
|
@ -9,7 +9,6 @@ def main():
|
|||
|
||||
engine = bumblebee.engine.Engine(config)
|
||||
engine.load_modules()
|
||||
engine.register_events()
|
||||
|
||||
engine.run()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue