Author: jezdez
Date: 2011-06-14 02:30:52 -0700 (Tue, 14 Jun 2011)
New Revision: 16396

Modified:
   django/trunk/django/test/simple.py
Log:
Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, 
melinath.

Modified: django/trunk/django/test/simple.py
===================================================================
--- django/trunk/django/test/simple.py  2011-06-13 20:15:13 UTC (rev 16395)
+++ django/trunk/django/test/simple.py  2011-06-14 09:30:52 UTC (rev 16396)
@@ -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'

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to