aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench/factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfvbench/factory.py')
-rw-r--r--nfvbench/factory.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfvbench/factory.py b/nfvbench/factory.py
index cad5a43..0d4b042 100644
--- a/nfvbench/factory.py
+++ b/nfvbench/factory.py
@@ -15,8 +15,8 @@
#
"""Factory for creating worker and config plugin instances."""
-import chain_workers as workers
-from config_plugin import ConfigPlugin
+from . import chain_workers as workers
+from .config_plugin import ConfigPlugin
class BasicFactory(object):