mirror of
https://github.com/django/django.git
synced 2025-03-12 02:12:38 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
11 lines
444 B
Python
11 lines
444 B
Python
from __future__ import absolute_import
|
|
|
|
from .debug import (DebugViewTests, ExceptionReporterTests,
|
|
ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests,
|
|
AjaxResponseExceptionReporterFilter)
|
|
from .defaults import DefaultsTests
|
|
from .i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage
|
|
from .shortcuts import ShortcutTests
|
|
from .specials import URLHandling
|
|
from .static import StaticHelperTest, StaticTests
|