changeset 3546 | cecda7126440 |
parent 3538 | 99f49426595a |
child 3575 | 1f5d9b97a1a2 |
1.1 --- a/bindings/python/ns3modulegen.py Mon Aug 18 16:00:47 2008 +0100 1.2 +++ b/bindings/python/ns3modulegen.py Sat Aug 23 22:35:10 2008 +0100 1.3 @@ -36,6 +36,8 @@ 1.4 return True 1.5 pybindgen.settings.error_handler = ErrorHandler() 1.6 1.7 +pybindgen.settings.wrapper_registry = pybindgen.settings.StdMapWrapperRegistry 1.8 + 1.9 1.10 class MyMultiSectionFactory(MultiSectionFactory): 1.11