X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=core%2F__init__.py;h=d16401ea90a0e30874d448640f15759dff83b52e;hb=a4a8e7598a82189d16f68a4e113447fc344464c7;hp=0b41aaca2d0ab8f2e1fca888f758209dfba1cdb2;hpb=0d212ded93dfd7f0b7868d00a1ed01270d55063b;p=vswitchperf.git diff --git a/core/__init__.py b/core/__init__.py index 0b41aaca..d16401ea 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -15,6 +15,5 @@ """Core structural interfaces and their implementations """ import core.component_factory -from core.traffic_controller import (ITrafficController) -from core.vnf_controller import (IVnfController) +from core.traffic_controller import (TrafficController) from core.vswitch_controller import (IVswitchController)