Skip to content

Commit

Permalink
Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Th…
Browse files Browse the repository at this point in the history
…anks, melinath.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Jun 14, 2011
1 parent 823bac3 commit 5180e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/test/simple.py
Expand Up @@ -10,7 +10,7 @@
from django.utils.importlib import import_module
from django.utils.module_loading import module_has_submodule

__all__ = ('DjangoTestRunner', 'DjangoTestSuiteRunner', 'run_tests')
__all__ = ('DjangoTestRunner', 'DjangoTestSuiteRunner')

# The module name for tests outside models.py
TEST_MODULE = 'tests'
Expand Down

0 comments on commit 5180e73

Please sign in to comment.