Re-enable the 'ns3' compatility python module, previously accidentally disabled
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 01 Sep 2011 17:28:10 +0100
changeset 7470 234c01373116
parent 7469 0a614821e59b
child 7471 0354114a439e
Re-enable the 'ns3' compatility python module, previously accidentally disabled
bindings/python/wscript
--- a/bindings/python/wscript	Wed Aug 31 06:30:13 2011 -0700
+++ b/bindings/python/wscript	Thu Sep 01 17:28:10 2011 +0100
@@ -511,7 +511,7 @@
         return
 
 
-    if env['ENABLE_PYTHON_BINDINGS'] and env['BINDINGS_TYPE'] in ('modular',):
+    if env['ENABLE_PYTHON_BINDINGS']:
         task = gen_ns3_compat_pymod_task(env)
         task.set_outputs(bld.path.find_or_declare("ns3.py"))
         task.dep_vars = ['PYTHON_MODULES_BUILT']