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/forms_tests/tests/__init__.py | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'tests/forms_tests') diff --git a/tests/forms_tests/tests/__init__.py b/tests/forms_tests/tests/__init__.py index 39219f82be..e69de29bb2 100644 --- a/tests/forms_tests/tests/__init__.py +++ b/tests/forms_tests/tests/__init__.py @@ -1,19 +0,0 @@ -from .test_error_messages import (FormsErrorMessagesTestCase, - ModelChoiceFieldErrorMessagesTestCase) -from .test_extra import FormsExtraTestCase, FormsExtraL10NTestCase -from .test_fields import FieldsTests -from .test_forms import FormsTestCase -from .test_formsets import (FormsFormsetTestCase, FormsetAsFooTests, - TestIsBoundBehavior, TestEmptyFormSet) -from .test_input_formats import (LocalizedTimeTests, CustomTimeInputFormatsTests, - SimpleTimeFormatTests, LocalizedDateTests, CustomDateInputFormatsTests, - SimpleDateFormatTests, LocalizedDateTimeTests, - CustomDateTimeInputFormatsTests, SimpleDateTimeFormatTests) -from .test_media import FormsMediaTestCase, StaticFormsMediaTestCase -from .tests import (TestTicket12510, TestTicket14567, ModelFormCallableModelDefault, - FormsModelTestCase, RelatedModelFormTests) -from .test_regressions import FormsRegressionsTestCase -from .test_util import FormsUtilTestCase -from .test_validators import TestFieldWithValidators -from .test_widgets import (FormsWidgetTestCase, FormsI18NWidgetsTestCase, - WidgetTests, LiveWidgetTests, ClearableFileInputTests) -- cgit v1.3