Merge "teststeps: Improvements and bugfixing of teststeps"
[vswitchperf.git] / core / __init__.py
index e39ec88..d16401e 100644 (file)
@@ -15,5 +15,5 @@
 """Core structural interfaces and their implementations
 """
 import core.component_factory
-from core.traffic_controller import (ITrafficController)
+from core.traffic_controller import (TrafficController)
 from core.vswitch_controller import (IVswitchController)