changeset 3546 | cecda7126440 |
parent 3538 | 99f49426595a |
child 3575 | 1f5d9b97a1a2 |
--- a/bindings/python/ns3modulegen.py Tue Aug 19 14:13:01 2008 -0400 +++ b/bindings/python/ns3modulegen.py Sat Aug 23 22:35:10 2008 +0100 @@ -36,6 +36,8 @@ return True pybindgen.settings.error_handler = ErrorHandler() +pybindgen.settings.wrapper_registry = pybindgen.settings.StdMapWrapperRegistry + class MyMultiSectionFactory(MultiSectionFactory):