Fix the python unit tests: now we need to import the applications module
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 14 Feb 2012 16:03:50 +0000
changeset 7709 1655e5f183ac
parent 7707 42c37d556d61
child 7710 a1eb376aaa6a
Fix the python unit tests: now we need to import the applications module
utils/python-unit-tests.py
--- a/utils/python-unit-tests.py	Mon Feb 13 18:54:22 2012 +0000
+++ b/utils/python-unit-tests.py	Tue Feb 14 16:03:50 2012 +0000
@@ -5,6 +5,7 @@
 import ns.internet
 import ns.mobility
 import ns.csma
+import ns.applications
 
 
 class TestSimulator(unittest.TestCase):