bindings/python/ns3modulescan.py
changeset 4086 37dbf76b4c66
parent 3929 909b0a724ed3
child 4749 af227579ab64
--- a/bindings/python/ns3modulescan.py	Tue Jan 13 19:27:44 2009 +0000
+++ b/bindings/python/ns3modulescan.py	Tue Jan 13 19:28:26 2009 +0000
@@ -150,11 +150,11 @@
             and pygccxml_definition.name.startswith('Schedule'):
         global_annotations['ignore'] = None
 
-    # unblock python threads for Simulator::Run
+    # manually wrapped
     if isinstance(pygccxml_definition, member_function_t) \
             and pygccxml_definition.parent.name == 'Simulator' \
             and pygccxml_definition.name == 'Run':
-        global_annotations['unblock_threads'] = True
+        global_annotations['ignore'] = True
 
 
     ## classes