- Force initialization of the PythonPolicyManager
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@784 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
dbd24ffd75
commit
bfbcc71e72
|
@ -70,6 +70,7 @@ main(int argc, char** argv)
|
||||||
|
|
||||||
// Self-register itself to PoliciesGatekeeper, however we don't care about it
|
// Self-register itself to PoliciesGatekeeper, however we don't care about it
|
||||||
PythonPolicyManager polman;
|
PythonPolicyManager polman;
|
||||||
|
polman.init();
|
||||||
|
|
||||||
Simulation& sim = Simulation::get_instance();
|
Simulation& sim = Simulation::get_instance();
|
||||||
History& his = sim.get_history();
|
History& his = sim.get_history();
|
||||||
|
|
Loading…
Reference in New Issue