[pyatspi2] Remove reference to 'interfaces' module that was causing error



commit 202c5e9e07f2b807623ab161fda8109d27c72eff
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Fri Dec 18 05:07:15 2009 -0800

    Remove reference to 'interfaces' module that was causing error
    in orca test suite.

 pyatspi/selection.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/selection.py b/pyatspi/selection.py
index 8b1e505..3746acb 100644
--- a/pyatspi/selection.py
+++ b/pyatspi/selection.py
@@ -83,7 +83,7 @@ class Selection(Accessible):
                 """
                 func = self.get_dbus_method("GetSelectedChild", dbus_interface=ATSPI_SELECTION)
                 return self.acc_factory.create_accessible(self._app_name, func(index),
-                                                          interfaces.ATSPI_ACCESSIBLE)
+                                                          ATSPI_ACCESSIBLE)
 
         def isChildSelected(self, index):
                 """



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