1.1 --- a/bindings/python/ns3modulegen.py Sat Jan 17 16:59:45 2009 +0000
1.2 +++ b/bindings/python/ns3modulegen.py Wed Feb 18 12:23:08 2009 +0000
1.3 @@ -86,6 +86,7 @@
1.4 ns3modulegen_core_customizations.Simulator_customizations(root_module)
1.5 ns3modulegen_core_customizations.CommandLine_customizations(root_module)
1.6 ns3modulegen_core_customizations.TypeId_customizations(root_module)
1.7 + ns3modulegen_core_customizations.add_std_ofstream(root_module)
1.8
1.9
1.10 for local_module in LOCAL_MODULES: