bindings/python/ns3modulegen_core_customizations.py
changeset 4086 37dbf76b4c66
parent 3929 909b0a724ed3
child 4196 ed59d07c5373
--- a/bindings/python/ns3modulegen_core_customizations.py	Tue Jan 13 19:27:44 2009 +0000
+++ b/bindings/python/ns3modulegen_core_customizations.py	Tue Jan 13 19:28:26 2009 +0000
@@ -287,6 +287,9 @@
     Simulator.add_custom_method_wrapper("ScheduleDestroy", "_wrap_Simulator_ScheduleDestroy",
                                         flags=["METH_VARARGS", "METH_KEYWORDS", "METH_STATIC"])
 
+    Simulator.add_custom_method_wrapper("Run", "_wrap_Simulator_Run",
+                                        flags=["METH_VARARGS", "METH_KEYWORDS", "METH_STATIC"])
+
 
 def CommandLine_customizations(module):
     CommandLine = module['ns3::CommandLine']