Lots of pylint and pep8 fixes in nearly every file.

This commit is contained in:
Isaac Bythewood
2012-05-12 00:27:02 +00:00
parent 326e7a2e33
commit 8e8bcdfb49
10 changed files with 23 additions and 14 deletions

View File

@@ -3,6 +3,9 @@ from django.test.client import Client
from django.core.urlresolvers import reverse
# pylint: disable-msg=E1103
class HomeTest(unittest.TestCase):
def setUp(self):
self.client = Client()