2008-07-29 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Tue, 29 Jul 2008 15:00:16 +0000 (16:00 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Tue, 29 Jul 2008 15:00:16 +0000 (16:00 +0100)
commit9f1e72aa346b872b32ffad45a5fe48515a4822e9
tree2e6da18a696cc23460120406369c5f718972037b
parent91308d34413609f0d82dd0e280d3ee76229bd555
2008-07-29 Mark Doffman <mark.doffman@codethink.co.uk>
* pyatspi/base.py
  pyatspi/cache.py
  pyatspi/desktop.py
  Refactor so that Desktop and Accessible classes
  can use same base proxy with different caches.

* pyatspi/event.py
  pyatspi/registry.py
  Add code needed from CORBA pyatspi

* .gitignore
  Ignore *.pyc files.
.gitignore
pyatspi/base.py
pyatspi/cache.py
pyatspi/constants.py
pyatspi/desktop.py [new file with mode: 0644]
pyatspi/event.py [new file with mode: 0644]
pyatspi/other.py
pyatspi/registry.py [new file with mode: 0644]