2009-07-10 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@altair-voyager.(none)>
Wed, 7 Oct 2009 08:40:11 +0000 (09:40 +0100)
committerMark Doffman <mdoff@altair-voyager.(none)>
Wed, 7 Oct 2009 08:40:11 +0000 (09:40 +0100)
commit590c185517181d7efc05875084fc8454cc539ee1
tree865483949db0005367fed7704c3c8cd21064a926
parent9eb5bf8c3ebea61c1b1907738bc6cc193839326c
2009-07-10 Mark Doffman <mark.doffman@codethink.co.uk>
        Remove pyatspi and the pyatspi tests that have been moved
        out into a separate repository.
100 files changed:
Makefile.am
configure.ac
pyatspi/Accessibility.py [deleted file]
pyatspi/Makefile.am [deleted file]
pyatspi/__init__.py [deleted file]
pyatspi/accessible.py [deleted file]
pyatspi/accessiblecache.py [deleted file]
pyatspi/action.py [deleted file]
pyatspi/application.py [deleted file]
pyatspi/applicationcache.py [deleted file]
pyatspi/base.py [deleted file]
pyatspi/collection.py [deleted file]
pyatspi/component.py [deleted file]
pyatspi/constants.py [deleted file]
pyatspi/desktop.py [deleted file]
pyatspi/deviceevent.py [deleted file]
pyatspi/document.py [deleted file]
pyatspi/editabletext.py [deleted file]
pyatspi/event.py [deleted file]
pyatspi/factory.py [deleted file]
pyatspi/hyperlink.py [deleted file]
pyatspi/hypertext.py [deleted file]
pyatspi/image.py [deleted file]
pyatspi/interfaces.py [deleted file]
pyatspi/loginhelper.py [deleted file]
pyatspi/registry.py [deleted file]
pyatspi/relation.py [deleted file]
pyatspi/role.py [deleted file]
pyatspi/selection.py [deleted file]
pyatspi/state.py [deleted file]
pyatspi/table.py [deleted file]
pyatspi/text.py [deleted file]
pyatspi/utils.py [deleted file]
pyatspi/value.py [deleted file]
tests/Makefile.am [deleted file]
tests/apps/Makefile.am [deleted file]
tests/apps/accessible-app.c [deleted file]
tests/apps/action-app.c [deleted file]
tests/apps/atk-object-xml-loader.c [deleted file]
tests/apps/atk-object-xml-loader.h [deleted file]
tests/apps/component-app.c [deleted file]
tests/apps/noop-app.c [deleted file]
tests/apps/relation-app.c [deleted file]
tests/apps/test-application.c [deleted file]
tests/cspi/Makefile.am [deleted file]
tests/cspi/accessible-test.c [deleted file]
tests/cspi/classy-test-suite.c [deleted file]
tests/cspi/classy-test-suite.h [deleted file]
tests/cspi/classy-test.c [deleted file]
tests/cspi/classy-test.h [deleted file]
tests/cspi/key-listener-test.c [deleted file]
tests/cspi/keysynth-test.c [deleted file]
tests/cspi/simple-at.c [deleted file]
tests/cspi/simple-test.c [deleted file]
tests/cspi/test-simple.c [deleted file]
tests/data/Makefile.am [deleted file]
tests/data/accessible-test-results.xml [deleted file]
tests/data/accessible-test.xml [deleted file]
tests/dummyatk/Makefile.am [deleted file]
tests/dummyatk/my-atk-action.c [deleted file]
tests/dummyatk/my-atk-action.h [deleted file]
tests/dummyatk/my-atk-component.c [deleted file]
tests/dummyatk/my-atk-component.h [deleted file]
tests/dummyatk/my-atk-hyperlink.c [deleted file]
tests/dummyatk/my-atk-hyperlink.h [deleted file]
tests/dummyatk/my-atk-hypertext.c [deleted file]
tests/dummyatk/my-atk-hypertext.h [deleted file]
tests/dummyatk/my-atk-object.c [deleted file]
tests/dummyatk/my-atk-object.h [deleted file]
tests/dummyatk/my-atk-selection.c [deleted file]
tests/dummyatk/my-atk-selection.h [deleted file]
tests/dummyatk/my-atk-streamable-content.c [deleted file]
tests/dummyatk/my-atk-streamable-content.h [deleted file]
tests/dummyatk/my-atk-table.c [deleted file]
tests/dummyatk/my-atk-table.h [deleted file]
tests/dummyatk/my-atk-text.c [deleted file]
tests/dummyatk/my-atk-text.h [deleted file]
tests/dummyatk/my-atk-value.c [deleted file]
tests/dummyatk/my-atk-value.h [deleted file]
tests/dummyatk/my-atk.h [deleted file]
tests/dummyatk/resources_storage.c [deleted file]
tests/dummyatk/resources_storage.h [deleted file]
tests/dummyatk/useful_functions.c [deleted file]
tests/dummyatk/useful_functions.h [deleted file]
tests/dummyatk/user_marshal.c [deleted file]
tests/dummyatk/user_marshal.h [deleted file]
tests/pyatspi/Makefile.am [deleted file]
tests/pyatspi/accessibletest.py [deleted file]
tests/pyatspi/actiontest.py [deleted file]
tests/pyatspi/componenttest.py [deleted file]
tests/pyatspi/desktoptest.py [deleted file]
tests/pyatspi/pasytest/Events.py [deleted file]
tests/pyatspi/pasytest/Makefile.am [deleted file]
tests/pyatspi/pasytest/Pasy.py [deleted file]
tests/pyatspi/pasytest/__init__.py [deleted file]
tests/pyatspi/relationtest.py [deleted file]
tests/pyatspi/runtests.sh [deleted file]
tests/pyatspi/setvars.sh [deleted file]
tests/pyatspi/statetest.py [deleted file]
tests/pyatspi/testrunner [deleted file]