bindings/python/ns3_module_wifi.py
changeset 4454 f2af91ee09e7
parent 4449 c11b6d768ab3
child 4474 19e2b7ff3482
--- a/bindings/python/ns3_module_wifi.py	Thu May 21 06:03:42 2009 -0700
+++ b/bindings/python/ns3_module_wifi.py	Thu May 21 06:04:40 2009 -0700
@@ -1,4 +1,4 @@
-from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
+from pybindgen import Module, FileCodeSink, param, retval, cppclass
 
 def register_types(module):
     root_module = module.get_root()
@@ -135,7 +135,6 @@
     module.add_class('YansWifiChannel', parent=root_module['ns3::WifiChannel'])
     ## aarf-wifi-manager.h: ns3::AarfWifiManager [class]
     module.add_class('AarfWifiManager', parent=root_module['ns3::ArfWifiManager'])
-    typehandlers.add_type_alias('std::vector< ns3::ThresholdsItem, std::allocator< ns3::ThresholdsItem > >', 'ns3::Thresholds')
     
     ## Register a nested module for the namespace Config