diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-04-13 11:06:28 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-04-13 11:09:47 +0200 |
| commit | 3f05c70be065fd915d2cddc1e7f74d1d4cb1e54e (patch) | |
| tree | ea7e292c419dc3924c6d3d6aded64e3b70dd967d /tests | |
| parent | aad5661c6c44ac58c4218fcac8d433ae2293dfce (diff) | |
Updated a renamed test file
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/view_tests/tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/view_tests/tests/__init__.py b/tests/view_tests/tests/__init__.py index 06b50c14b2..bfb2ed7376 100644 --- a/tests/view_tests/tests/__init__.py +++ b/tests/view_tests/tests/__init__.py @@ -3,7 +3,7 @@ from __future__ import absolute_import from .test_debug import (DebugViewTests, ExceptionReporterTests, ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests, AjaxResponseExceptionReporterFilter) -from .defaults import DefaultsTests +from .test_defaults import DefaultsTests from .test_i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage, JavascriptI18nTests from .test_shortcuts import ShortcutTests from .test_specials import URLHandling |
