diff options
| author | Tom Christie | 2011-12-29 13:31:12 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-29 13:31:12 +0000 |
| commit | 07349597ab936dc9887caa70b5d7d2860c897b12 (patch) | |
| tree | db1fdb8934e4d8dc8d3afe8d1e9fd076e3a4e27d /djangorestframework/tests/package.py | |
| parent | 1bdc5eacc6290c486796eb5ab8fa29092137dab6 (diff) | |
| download | django-rest-framework-07349597ab936dc9887caa70b5d7d2860c897b12.tar.bz2 | |
whitespace fixes
Diffstat (limited to 'djangorestframework/tests/package.py')
| -rw-r--r-- | djangorestframework/tests/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/package.py b/djangorestframework/tests/package.py index 4128333c..d18128f7 100644 --- a/djangorestframework/tests/package.py +++ b/djangorestframework/tests/package.py @@ -2,7 +2,7 @@ from django.test import TestCase import djangorestframework -class TestVersion(TestCase): +class TestVersion(TestCase): """Simple sanity test to check the VERSION exists""" def test_version(self): |
