[orca/570658] Pylinting



commit f92404813f52b714dac6dfaa17e70a26d05e3b2c
Author: Willie Walker <william walker sun com>
Date:   Fri May 22 18:36:23 2009 -0400

    Pylinting
---
 .../scripts/apps/evolution/speech_generator.py     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/orca/scripts/apps/evolution/speech_generator.py b/src/orca/scripts/apps/evolution/speech_generator.py
index 90d44d0..c8dad0a 100644
--- a/src/orca/scripts/apps/evolution/speech_generator.py
+++ b/src/orca/scripts/apps/evolution/speech_generator.py
@@ -34,11 +34,12 @@ class SpeechGenerator(speechgenerator.SpeechGenerator):
        table cell,  we can strip off the "0 items".
     """
 
+    # pylint: disable-msg=W0142
+
     def __init__(self, script):
         speechgenerator.SpeechGenerator.__init__(self, script)
 
     def _getRealTableCell(self, obj, **args):
-        # pylint: disable-msg=W0142
         # Check that we are in a table cell in the mail message header list.
         # If we are and this table cell has an expanded state, then
         # dont speak the number of items.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]