orca r3786 - in trunk: . src/orca



Author: wwalker
Date: Tue Apr  1 15:20:24 2008
New Revision: 3786
URL: http://svn.gnome.org/viewvc/orca?rev=3786&view=rev

Log:
More pylint fixes.


Modified:
   trunk/ChangeLog
   trunk/src/orca/default.py

Modified: trunk/src/orca/default.py
==============================================================================
--- trunk/src/orca/default.py	(original)
+++ trunk/src/orca/default.py	Tue Apr  1 15:20:24 2008
@@ -6865,8 +6865,8 @@
                 except NotImplementedError:
                     continue
 
-                if ci.contains(x,y, pyatspi.DESKTOP_COORDS) and \
-                        ci.getLayer() == pyatspi.LAYER_POPUP:
+                if ci.contains(x, y, pyatspi.DESKTOP_COORDS) \
+                   and ci.getLayer() == pyatspi.LAYER_POPUP:
                     return child
 
     def getComponentAtDesktopCoords(self, parent, x, y):



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