bindings/python/ns3_module_udp_echo.py
changeset 3457 2ff6f05b9467
parent 3408 2cc40b3e4fa5
child 3468 0bb5275704fc
--- a/bindings/python/ns3_module_udp_echo.py	Mon Jul 14 11:39:41 2008 +0100
+++ b/bindings/python/ns3_module_udp_echo.py	Mon Jul 14 11:42:49 2008 +0100
@@ -4,9 +4,9 @@
     root_module = module.get_root()
     
     ## udp-echo-client.h: ns3::UdpEchoClient [class]
-    module.add_class('UdpEchoClient', allow_subclassing=True, parent=root_module['ns3::Application'])
+    module.add_class('UdpEchoClient', parent=root_module['ns3::Application'])
     ## udp-echo-server.h: ns3::UdpEchoServer [class]
-    module.add_class('UdpEchoServer', allow_subclassing=True, parent=root_module['ns3::Application'])
+    module.add_class('UdpEchoServer', parent=root_module['ns3::Application'])
     
     ## Register a nested module for the namespace internal