aboutsummaryrefslogtreecommitdiffstats
path: root/core/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/__init__.py')
-rw-r--r--core/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/__init__.py b/core/__init__.py
index e39ec88e..d16401ea 100644
--- a/core/__init__.py
+++ b/core/__init__.py
@@ -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)