[pyatspi2] Fix allModifiers
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Fix allModifiers
- Date: Mon, 27 Dec 2010 20:51:32 +0000 (UTC)
commit 1638b97dbcd8432e48980308a8741b6f125117bd
Author: Mike Gorse <mgorse novell com>
Date: Mon Dec 27 15:54:16 2010 -0500
Fix allModifiers
pyatspi/utils.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/utils.py b/pyatspi/utils.py
index adea61a..f53908b 100644
--- a/pyatspi/utils.py
+++ b/pyatspi/utils.py
@@ -20,6 +20,7 @@
#authors: Peter Parente, Mark Doffman
import Accessibility
+from deviceevent import allModifiers
import state
import registry
@@ -36,7 +37,7 @@ __all__ = [
"stringToConst",
"stateToString",
"relationToString",
- #"allModifiers",
+ "allModifiers",
"findDescendant",
"findAllDescendants",
"findAncestor",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]