[pyatspi2] Remove some unused files
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Remove some unused files
- Date: Mon, 28 Mar 2011 02:03:49 +0000 (UTC)
commit c9d1b6aa67a844bdcffc1f738f0cd0b450de4d48
Author: Mike Gorse <mgorse novell com>
Date: Sun Mar 27 21:07:30 2011 -0500
Remove some unused files
pyatspi/Makefile.am | 6 -
pyatspi/accessible.py | 569 ------------------------------------------
pyatspi/application.py | 72 ------
pyatspi/busutils/Makefile.am | 8 -
pyatspi/busutils/__init__.py | 2 -
pyatspi/busutils/bus.py | 190 --------------
pyatspi/busutils/proxy.py | 138 ----------
pyatspi/cache.py | 358 --------------------------
pyatspi/deviceevent.py | 1 -
pyatspi/exceptions.py | 30 ---
pyatspi/factory.py | 89 -------
11 files changed, 0 insertions(+), 1463 deletions(-)
---
diff --git a/pyatspi/Makefile.am b/pyatspi/Makefile.am
index 0163a5f..5e89de0 100644
--- a/pyatspi/Makefile.am
+++ b/pyatspi/Makefile.am
@@ -1,17 +1,11 @@
-SUBDIRS=busutils
pyatspidir = $(pythondir)/pyatspi
pyatspi_PYTHON = \
Accessibility.py \
- accessible.py \
appevent.py \
- application.py \
- cache.py \
constants.py \
deviceevent.py \
enum.py \
- exceptions.py \
- factory.py \
__init__.py \
document.py \
editabletext.py \
diff --git a/pyatspi/deviceevent.py b/pyatspi/deviceevent.py
index 081bc39..7061985 100644
--- a/pyatspi/deviceevent.py
+++ b/pyatspi/deviceevent.py
@@ -19,7 +19,6 @@ import dbus as _dbus
import dbus.service as _service
from enum import Enum as _Enum
-from busutils import *
import traceback
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]