diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-04 06:14:47 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-04 06:14:47 +0000 |
| commit | 4ca7c4e34de273f0deab727d57132c9d18241b0b (patch) | |
| tree | a92caadaa2d99d610290f50b03585f0a3ec34504 /tests/regressiontests/utils/tests.py | |
| parent | 7fc25715d6af20e14827c85170fff20f82ded8ab (diff) | |
Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/utils/tests.py')
| -rw-r--r-- | tests/regressiontests/utils/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/utils/tests.py b/tests/regressiontests/utils/tests.py index 4ad4e63e33..8897df6789 100644 --- a/tests/regressiontests/utils/tests.py +++ b/tests/regressiontests/utils/tests.py @@ -34,6 +34,7 @@ __test__ = { from dateformat import * from feedgenerator import * +from module_loading import * from termcolors import * class TestUtilsHtml(TestCase): |
