diff --git a/tests/__init__.py b/tests/__init__.py index d25a27f..4e44ac1 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,2 +1,6 @@ -import test_configurator, test_gui, test_pipeline, test_sourceloader, test_spider +import test_configurator +import test_gui +import test_pipeline +import test_sourceloader +import test_spider diff --git a/utils/__init__.py b/utils/__init__.py index a083716..d69e865 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -1 +1,2 @@ -import configurator, sourceloader \ No newline at end of file +import configurator +import sourceloader