summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch')
-rw-r--r--dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch b/dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch
new file mode 100644
index 000000000000..6ebcd93ace20
--- /dev/null
+++ b/dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch
@@ -0,0 +1,10 @@
+=== modified file 'test/regrtest_data/pygtk_import.py'
+--- test/regrtest_data/pygtk_import.py
++++ test/regrtest_data/pygtk_import.py
+@@ -1,4 +1,4 @@
+-#pylint: disable-msg=R0903,R0904
++#pylint: disable-msg=R0903,R0904,W0232
+ """#10026"""
+ __revision__ = 1
+ from gtk import VBox
+