From cd2952dceab33d9142c2231f86b057df1cba7cbe Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 14 Feb 2012 16:03:50 +0000 Subject: [PATCH] Fix the python unit tests: now we need to import the applications module --- utils/python-unit-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/python-unit-tests.py b/utils/python-unit-tests.py index 8c791bf5d..f60d4270f 100644 --- a/utils/python-unit-tests.py +++ b/utils/python-unit-tests.py @@ -5,6 +5,7 @@ import ns.network import ns.internet import ns.mobility import ns.csma +import ns.applications class TestSimulator(unittest.TestCase):