2008-08-25 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Mon, 25 Aug 2008 09:40:51 +0000 (10:40 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Mon, 25 Aug 2008 09:40:51 +0000 (10:40 +0100)
commitfbd6557599ce5a51401d08b027f39536d36774a5
tree27641814200d106d144ef120d3e85849c4e023f4
parentd48326b56b48173daf0a93223dd31293c280ac63
2008-08-25 Mark Doffman <mark.doffman@codethink.co.uk>
* pyatspi/*
Move interfaces out of other.py into separate
modules.
16 files changed:
pyatspi/Makefile.am
pyatspi/collection.py [new file with mode: 0644]
pyatspi/document.py [new file with mode: 0644]
pyatspi/editabletext.py [new file with mode: 0644]
pyatspi/event.py
pyatspi/hyperlink.py [new file with mode: 0644]
pyatspi/hypertext.py [new file with mode: 0644]
pyatspi/image.py [new file with mode: 0644]
pyatspi/loginhelper.py [new file with mode: 0644]
pyatspi/other.py [deleted file]
pyatspi/selection.py [new file with mode: 0644]
pyatspi/selector.py [new file with mode: 0644]
pyatspi/streamablecontent.py [new file with mode: 0644]
pyatspi/table.py [new file with mode: 0644]
pyatspi/text.py [new file with mode: 0644]
pyatspi/value.py [new file with mode: 0644]