[totem] plugins: Disable pylint error F0401
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] plugins: Disable pylint error F0401
- Date: Wed, 21 Dec 2011 11:10:22 +0000 (UTC)
commit 709d550a4d110162a3436803f96dc0d00c4db5f0
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 21 10:38:57 2011 +0000
plugins: Disable pylint error F0401
This corresponds to failing to import a module, which is inexplicably
happening for me with `make distcheck` but not `make check`.
Shut up, pylint.
src/plugins/Makefile.plugins | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/Makefile.plugins b/src/plugins/Makefile.plugins
index c155e2e..aed2e70 100644
--- a/src/plugins/Makefile.plugins
+++ b/src/plugins/Makefile.plugins
@@ -35,7 +35,7 @@ check-pylint: $(plugin_PYTHON)
if ENABLE_PYTHON
@exitstatus=0; \
for py in $^; do \
- $(PYLINT) -i y -d C0111 -d W0511 $$py; \
+ $(PYLINT) -i y -d C0111 -d W0511 -d F0401 $$py; \
\
newexitstatus=$$?; \
if [ $$exitstatus == 0 ]; then \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]