From 645b83a090528a8060e74f3dd7720815928c5062 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sat, 21 Jun 2014 01:39:31 +0200 Subject: [PATCH] Imports optimized --- tests/__init__.py | 6 +++++- utils/__init__.py | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) 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