2008-08-21 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Thu, 21 Aug 2008 14:53:24 +0000 (15:53 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Thu, 21 Aug 2008 14:53:24 +0000 (15:53 +0100)
commit44f09457a5943064561849630015596a4d4528e6
treea543be21d37ade1d920b0857edff6fc39367fe5a
parentfdff7d3c109acd1bc4ff2c92b6a48627fb711103
2008-08-21 Mark Doffman <mark.doffman@codethink.co.uk>
* pyatspi/
Complete the desktop interface.
Complete the non-event functionality of the registry interface.

* test/pyatspi/
Add a unit test for the desktop interface.
12 files changed:
pyatspi/__init__.py
pyatspi/accessible.py
pyatspi/base.py
pyatspi/cache.py
pyatspi/component.py
pyatspi/desktop.py
pyatspi/event.py
pyatspi/registry.py
pyatspi/test.py
tests/pyatspi/accessibletest.py
tests/pyatspi/componenttest.py
tests/pyatspi/desktoptest.py [new file with mode: 0644]