From df2fd4e09b1d51e5154e607babf232610a0ec0c4 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Mon, 9 Sep 2013 22:44:38 +0200 Subject: Removed unneeded imports in tests's __init__.py and unified them. --- tests/view_tests/app0/__init__.py | 1 - tests/view_tests/app1/__init__.py | 1 - tests/view_tests/app2/__init__.py | 1 - tests/view_tests/app3/__init__.py | 1 - tests/view_tests/app4/__init__.py | 1 - tests/view_tests/tests/__init__.py | 8 -------- 6 files changed, 13 deletions(-) (limited to 'tests/view_tests') diff --git a/tests/view_tests/app0/__init__.py b/tests/view_tests/app0/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app0/__init__.py +++ b/tests/view_tests/app0/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app1/__init__.py b/tests/view_tests/app1/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app1/__init__.py +++ b/tests/view_tests/app1/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app2/__init__.py b/tests/view_tests/app2/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app2/__init__.py +++ b/tests/view_tests/app2/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app3/__init__.py b/tests/view_tests/app3/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app3/__init__.py +++ b/tests/view_tests/app3/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app4/__init__.py b/tests/view_tests/app4/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app4/__init__.py +++ b/tests/view_tests/app4/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/tests/__init__.py b/tests/view_tests/tests/__init__.py index dae149a8ef..e69de29bb2 100644 --- a/tests/view_tests/tests/__init__.py +++ b/tests/view_tests/tests/__init__.py @@ -1,8 +0,0 @@ -from .test_debug import (DebugViewTests, ExceptionReporterTests, - ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests, - AjaxResponseExceptionReporterFilter) -from .test_defaults import DefaultsTests -from .test_i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage, JavascriptI18nTests -from .test_shortcuts import ShortcutTests -from .test_specials import URLHandling -from .test_static import StaticHelperTest, StaticUtilsTests, StaticTests -- cgit v1.3