[accerciser] * pyreqs.py: Removed more bonobo references (bug #580421).
- From: Eitan Isaacson <eitani src gnome org>
- To: svn-commits-list gnome org
- Subject: [accerciser] * pyreqs.py: Removed more bonobo references (bug #580421).
- Date: Mon, 4 May 2009 05:21:50 -0400 (EDT)
commit 7b6a007d3c6dc25a6cda02366ff8e7d61abd32b6
Author: Eitan Isaacson <eitan ascender com>
Date: Mon May 4 12:21:03 2009 +0300
* pyreqs.py: Removed more bonobo references (bug #580421).
---
macaroon/ChangeLog | 4 ++++
macaroon/pyreqs.py | 11 -----------
2 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/macaroon/ChangeLog b/macaroon/ChangeLog
index f53d0b4..8e173c1 100644
--- a/macaroon/ChangeLog
+++ b/macaroon/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-04 Eitan Isaacson <eitan ascender com>
+
+ * pyreqs.py: Removed more bonobo references (bug #580421).
+
2008-06-05 Eitan Isaacson <eitan ascender com>
* macaroon/playback/keypress_actions.py (TypeAction._charType):
diff --git a/macaroon/pyreqs.py b/macaroon/pyreqs.py
index 92708fa..e63e47b 100644
--- a/macaroon/pyreqs.py
+++ b/macaroon/pyreqs.py
@@ -43,15 +43,4 @@ for name in modules:
elif name == 'gtk':
m.check_version(*GTK_VERSION)
-# test for CORBA modules
-corba = ['Accessibility']
-import bonobo
-import ORBit
-for name in corba:
- try:
- ORBit.load_typelib(name)
- print name,
- except Exception:
- print name, '*MISSING*'
- sys.exit(1)
sys.exit(0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]