[pyatspi2: 1/2] Add missing XY_PARENT export



commit 4786e47d2514fefee6f6bc0f679e85a82f227053
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Wed Jun 27 17:17:46 2018 +0200

    Add missing XY_PARENT export

 pyatspi/component.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pyatspi/component.py b/pyatspi/component.py
index 19b166e..63ea849 100644
--- a/pyatspi/component.py
+++ b/pyatspi/component.py
@@ -22,6 +22,7 @@ __all__ = [
            "CoordType",
            "XY_SCREEN",
            "XY_WINDOW",
+           "XY_PARENT",
            "ComponentLayer",
            "Component",
            "LAYER_BACKGROUND",


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