diff options
| author | sebpiq | 2011-03-11 14:34:39 +0200 |
|---|---|---|
| committer | sebpiq | 2011-03-11 14:34:39 +0200 |
| commit | d6c13a9e5caee653f7a8f3150c00aa574aa15700 (patch) | |
| tree | 77cfb477b5662677964e74a3a4fe27d687e3006e /djangorestframework/tests/__init__.py | |
| parent | 94199a484783d91317c8decb273ab60447ffdfd7 (diff) | |
| download | django-rest-framework-d6c13a9e5caee653f7a8f3150c00aa574aa15700.tar.bz2 | |
documentation + tests + debugging for formparsers
Diffstat (limited to 'djangorestframework/tests/__init__.py')
| -rw-r--r-- | djangorestframework/tests/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangorestframework/tests/__init__.py b/djangorestframework/tests/__init__.py index 55e386b5..5d5b652a 100644 --- a/djangorestframework/tests/__init__.py +++ b/djangorestframework/tests/__init__.py @@ -10,5 +10,5 @@ __test__ = dict() for module in modules: exec("from djangorestframework.tests.%s import __doc__ as module_doc" % module) exec("from djangorestframework.tests.%s import *" % module) - __test__['%s' % module] = module_doc or "" - + __test__[module] = module_doc or "" + |
