1.1 --- a/bindings/python/ns3modulegen.py Mon Nov 24 12:09:47 2008 +0000
1.2 +++ b/bindings/python/ns3modulegen.py Wed Jan 14 15:35:42 2009 +0000
1.3 @@ -137,7 +137,7 @@
1.4 root_module.classes.remove(root_module['ns3::%s' % clsname])
1.5
1.6 if 'RealTime' not in enabled_features:
1.7 - for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl', 'RealtimeEventLock']:
1.8 + for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']:
1.9 root_module.classes.remove(root_module['ns3::%s' % clsname])
1.10 root_module.enums.remove(root_module['ns3::RealtimeSimulatorImpl::SynchronizationMode'])
1.11