[orca/570658-whereami] Pylinting



commit bc084aede005b4fbbee9c6a13d3bb8019436b6c3
Author: Willie Walker <william walker sun com>
Date:   Tue Jun 9 12:57:27 2009 -0400

    Pylinting
---
 src/orca/where_am_I.py |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/orca/where_am_I.py b/src/orca/where_am_I.py
index 36125fa..28f5aae 100644
--- a/src/orca/where_am_I.py
+++ b/src/orca/where_am_I.py
@@ -27,12 +27,7 @@ __license__   = "LGPL"
 
 import pyatspi
 import debug
-import settings
 import speech
-import text_attribute_names
-
-from orca_i18n import _ # for gettext support
-from orca_i18n import C_ # to provide qualified translatable strings
 
 # [[[TODO: WDW - need to handle the old _speakText functionality that changes
 # settings.verbalizePunctuationStyle = settings.PUNCTUATION_STYLE_SOME
@@ -73,7 +68,7 @@ class WhereAmI:
                     pyatspi.ROLE_SECTION,
                     pyatspi.ROLE_HEADING,
                     pyatspi.ROLE_DOCUMENT_FRAME]:
-                self._speakText(obj, basicOnly)
+            self._speakText(obj, basicOnly)
         else:
             speech.speak(self.getWhereAmI(obj, basicOnly))
 



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