summaryrefslogtreecommitdiffstats
path: root/vnftest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/__init__.py')
-rw-r--r--vnftest/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/vnftest/__init__.py b/vnftest/__init__.py
index 9ce7a86..6456fc1 100644
--- a/vnftest/__init__.py
+++ b/vnftest/__init__.py
@@ -61,7 +61,6 @@ def _init_logging():
logging.root.addHandler(_LOG_FILE_HDLR)
logging.debug("logging.root.handlers = %s", logging.root.handlers)
-
utils.import_modules_from_package("vnftest.contexts")
utils.import_modules_from_package("vnftest.runners")
utils.import_modules_from_package("vnftest.steps")