2008-07-28 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Mon, 28 Jul 2008 14:57:08 +0000 (15:57 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Mon, 28 Jul 2008 14:57:08 +0000 (15:57 +0100)
commit91308d34413609f0d82dd0e280d3ee76229bd555
tree281cd5d8af949ac105a6b6508fbf7ba1a535024a
parent62a49248f15070d51881e4b42b6903801df67f55
2008-07-28 Mark Doffman <mark.doffman@codethink.co.uk>
* pyatspi/
Add the beginnings of the pyatspi client bindings
implementation

* tests/pyatspi
Add an (Untested) test framework for performing
asyncronous system tests on the pyatspi interface.
23 files changed:
Makefile.am
configure.ac
pyatspi/Makefile.am [new file with mode: 0644]
pyatspi/__init__.py [new file with mode: 0644]
pyatspi/accessible.py [new file with mode: 0644]
pyatspi/base.py [new file with mode: 0644]
pyatspi/cache.py [new file with mode: 0644]
pyatspi/constants.py [new file with mode: 0644]
pyatspi/factory.py [new file with mode: 0644]
pyatspi/other.py [new file with mode: 0644]
pyatspi/stateset.py [new file with mode: 0644]
pyatspi/utils.py [new file with mode: 0644]
tests/pyatspi/Makefile.am
tests/pyatspi/__init__.py [deleted file]
tests/pyatspi/accessibletest.py
tests/pyatspi/coretest.py [deleted file]
tests/pyatspi/pasytest/Events.py [new file with mode: 0644]
tests/pyatspi/pasytest/Makefile.am [new file with mode: 0644]
tests/pyatspi/pasytest/Pasy.py [new file with mode: 0644]
tests/pyatspi/pasytest/__init__.py [new file with mode: 0644]
tests/pyatspi/setvars.sh [new file with mode: 0755]
tests/pyatspi/testrunner.py
tests/pyatspi/testutil.py [deleted file]