Removing logging dependency from omf vlc unittest
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Tue, 18 Jun 2013 22:07:18 +0000 (15:07 -0700)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Tue, 18 Jun 2013 22:07:18 +0000 (15:07 -0700)
test/resources/omf/vlc.py

index 6a44879..eea7912 100755 (executable)
@@ -1,4 +1,3 @@
-
 #!/usr/bin/env python
 #
 #    NEPI, a framework to manage network experiments
@@ -29,15 +28,10 @@ from nepi.resources.omf.interface import OMFWifiInterface
 from nepi.resources.omf.channel import OMFChannel
 from nepi.resources.omf.omf_api import OMFAPIFactory
 
-from nepi.util import guid
 from nepi.util.timefuncs import *
 
 import time
 import unittest
-import logging
-
-logging.basicConfig()
-
 
 class DummyEC(ExperimentController):
     pass