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/test_module/good_module.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/test_module/good_module.py')
| -rw-r--r-- | tests/regressiontests/utils/test_module/good_module.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/utils/test_module/good_module.py b/tests/regressiontests/utils/test_module/good_module.py new file mode 100644 index 0000000000..0ca689832a --- /dev/null +++ b/tests/regressiontests/utils/test_module/good_module.py @@ -0,0 +1 @@ +content = 'Good Module'
\ No newline at end of file |
