X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pyatspi%2Futils.py;h=60c823836dcf95a1bcddf33fb88c5416ed09a836;hb=dabefc293e75651ed4c420ef875ec758ebaeacfc;hp=5853b46318b019fbc156cc494b63a8eead28f1bc;hpb=80076fdcaec714364cc0020e206b3351099d9e7d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/utils.py b/pyatspi/utils.py index 5853b46..60c8238 100644 --- a/pyatspi/utils.py +++ b/pyatspi/utils.py @@ -301,3 +301,5 @@ def getPath(acc): except Exception: raise LookupError acc = acc.parent + +del constants