python: cleanup python code so stuff doesn't automatically happen at startup
this allows things to be overridden at startup (e.g. for tests)
This commit is contained in:
@@ -49,5 +49,5 @@ if internal:
|
||||
import util
|
||||
|
||||
from event import *
|
||||
from main import options, main
|
||||
from main import main
|
||||
from simulate import *
|
||||
|
||||
Reference in New Issue
Block a user