Fix the python unit tests: now we need to import the applications module

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-02-14 16:03:50 +00:00
parent 14ae96b9b4
commit cd2952dcea

View File

@@ -5,6 +5,7 @@ import ns.network
import ns.internet
import ns.mobility
import ns.csma
import ns.applications
class TestSimulator(unittest.TestCase):