Make Python examples use new modular bindings
This commit is contained in:
@@ -7,7 +7,7 @@ def build(bld):
|
||||
obj = bld.create_ns3_program('first', ['core', 'point-to-point', 'internet', 'applications'])
|
||||
obj.source = 'first.cc'
|
||||
|
||||
bld.register_ns3_script('first.py', ['internet', 'point-to-point', 'applications', 'tools', 'config-store', 'csma', 'mobility', 'wifi'])
|
||||
bld.register_ns3_script('first.py', ['internet', 'point-to-point', 'applications'])
|
||||
|
||||
obj = bld.create_ns3_program('second', ['core', 'point-to-point', 'csma', 'internet', 'applications'])
|
||||
obj.source = 'second.cc'
|
||||
|
||||
Reference in New Issue
Block a user