Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-26 18:28:53 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-26 18:28:53 (GMT)
commit677eee45529d2eefef8aecc309502fc84fa19245 (patch)
treef0c4a0fddab81da47f4fd887074ed8e78bdd9736
parent96c68691c1985ee459346d2da8ac0fcb4ceaddee (diff)
Fix pylint disable
-rw-r--r--webapp/polls/tests/poll_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/polls/tests/poll_tests.py b/webapp/polls/tests/poll_tests.py
index 4cb14f5..84a0fe0 100644
--- a/webapp/polls/tests/poll_tests.py
+++ b/webapp/polls/tests/poll_tests.py
@@ -1,4 +1,4 @@
-# #pylint: disable-C0111
+# pylint: disable=C0111
# -*- encoding: utf-8 -*-
import json
import warnings