[pyatspi2] Make states accessible through pyatspi.constants



commit beeb47a866b057a0ac0bf82cca8f847d2bb36f92
Author: Mike Gorse <mgorse novell com>
Date:   Fri Feb 4 12:23:36 2011 -0600

    Make states accessible through pyatspi.constants

 pyatspi/constants.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pyatspi/constants.py b/pyatspi/constants.py
index c5e14e4..9607e73 100644
--- a/pyatspi/constants.py
+++ b/pyatspi/constants.py
@@ -143,3 +143,5 @@ EVENT_TREE = {
   'focus' :
     ['focus:']
 }
+
+from state import *



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