Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/tests/poll_tests.py
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-26 18:16:27 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-26 18:16:27 (GMT)
commit96c68691c1985ee459346d2da8ac0fcb4ceaddee (patch)
tree474c3e9706db91cefc333489ad3540a3bccd28b7 /webapp/polls/tests/poll_tests.py
parent5c368716df9918f9cab509000ae622497175b56d (diff)
Disable pylint docstrings warning for poll_tests.py
Diffstat (limited to 'webapp/polls/tests/poll_tests.py')
-rw-r--r--webapp/polls/tests/poll_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/polls/tests/poll_tests.py b/webapp/polls/tests/poll_tests.py
index 0b3a168..4cb14f5 100644
--- a/webapp/polls/tests/poll_tests.py
+++ b/webapp/polls/tests/poll_tests.py
@@ -1,3 +1,4 @@
+# #pylint: disable-C0111
# -*- encoding: utf-8 -*-
import json
import warnings