Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/views.py
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-10-03 16:27:41 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-10-03 16:48:21 (GMT)
commit9315a53b42c4df02bc330a9bfc71e4abf98b1188 (patch)
tree5b67405909a97ed1bc1655d3312093c71a13ce4e /webapp/polls/views.py
parent68dc3b605516edb58cac879409863fd57ed88d92 (diff)
disable pylint warning for docstrings (C0111)
Diffstat (limited to 'webapp/polls/views.py')
-rw-r--r--webapp/polls/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/polls/views.py b/webapp/polls/views.py
index c56d648..7a4bd8d 100644
--- a/webapp/polls/views.py
+++ b/webapp/polls/views.py
@@ -1,3 +1,4 @@
+# pylint: disable=C0111
# -*- encoding: utf-8 -*-
import os
import warnings