PEP8-ify PR #67 and fix trailing whitespace

Camp rule: leave things in a better state then you found it.
fix_request_path_info
Diederik van der Boor 2014-12-30 13:35:42 +01:00
parent 261e382556
commit ca6fba91ba
1 changed files with 10 additions and 10 deletions

View File

@ -845,7 +845,7 @@ class PolymorphicTests(TestCase):
self.assertEqual(p, t.superclass)
self.assertEqual(p.related_name_subclass, t)
#test that we can delete t
#test that we can delete the object
t.delete()