fix mac osx python bindings
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Fri, 27 Mar 2009 11:18:54 +0000
changeset 4299 834a7ac30481
parent 4298 cc2db3e6bcae
child 4300 b25665f81754
fix mac osx python bindings
bindings/python/ns3modulegen.py
--- a/bindings/python/ns3modulegen.py	Thu Mar 26 17:39:20 2009 -0700
+++ b/bindings/python/ns3modulegen.py	Fri Mar 27 11:18:54 2009 +0000
@@ -145,6 +145,7 @@
     if 'TapBridge' not in enabled_features:
         for clsname in ['TapBridge', 'TapBridgeHelper']:
             root_module.classes.remove(root_module['ns3::%s' % clsname])
+        root_module.enums.remove(root_module['ns3::TapBridge::Mode'])
 
     root_module.generate(out, '_ns3')