[pyatspi2] Re-add setTimeout



commit b518fffc042b9a37c11f250906b4b849f1908377
Author: Mike Gorse <mgorse suse com>
Date:   Mon Jun 25 18:26:30 2012 -0500

    Re-add setTimeout
    
    It seems that setTimeout got lost in the fray of the Python 3 updates.

 pyatspi/Accessibility.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pyatspi/Accessibility.py b/pyatspi/Accessibility.py
index 28abcee..57266c6 100644
--- a/pyatspi/Accessibility.py
+++ b/pyatspi/Accessibility.py
@@ -391,3 +391,4 @@ KEY_SYM = Atspi.KeySynthType.SYM
 
 ### cache ###
 cache = Atspi.Cache
+setTimeout = Atspi.set_timeout



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