diff options
| author | Tom Christie | 2011-01-17 17:34:58 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-01-17 17:34:58 +0000 |
| commit | 99799032721a32220c32d4a74a950bdd07b13cb3 (patch) | |
| tree | 8da016ed257181ba21804c947f18bde771476b08 /src/testapp/tests.py | |
| parent | b0ce3f92c68b13d7f437a21bedcc95727e271860 (diff) | |
| download | django-rest-framework-99799032721a32220c32d4a74a950bdd07b13cb3.tar.bz2 | |
Mostly improving documentation
Diffstat (limited to 'src/testapp/tests.py')
| -rw-r--r-- | src/testapp/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testapp/tests.py b/src/testapp/tests.py index e37c57c0..3fcfc9e1 100644 --- a/src/testapp/tests.py +++ b/src/testapp/tests.py @@ -4,7 +4,7 @@ from django.test import TestCase from django.core.urlresolvers import reverse from testapp import views -import json +#import json #from rest.utils import xml2dict, dict2xml |
