From 4786e47d2514fefee6f6bc0f679e85a82f227053 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 27 Jun 2018 17:17:46 +0200 Subject: [PATCH] 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", -- GitLab