[pyatspi2] Temporarily switch off re-entrancy.
- From: Mark Doffman <markdoffman src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pyatspi2] Temporarily switch off re-entrancy.
- Date: Mon, 11 Jan 2010 18:31:03 +0000 (UTC)
commit a99d81be236c2afd38dcae5eeb3811bebea3c6c9
Author: Mark Doffman <mark doffman codethink co uk>
Date: Mon Jan 11 10:27:20 2010 -0800
Temporarily switch off re-entrancy.
pyatspi/busutils/bus.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pyatspi/busutils/bus.py b/pyatspi/busutils/bus.py
index 9646153..63ceebf 100644
--- a/pyatspi/busutils/bus.py
+++ b/pyatspi/busutils/bus.py
@@ -83,8 +83,8 @@ class _AccessibilityBus (_bus.BusConnection):
return _bus.BusConnection.add_signal_receiver (self, wrapper, *args, **kwargs)
def get_object (self, name, path):
- #return _connection.ProxyObject (self, name, path, introspect=False)
- return AccessibilityProxy (self, name, path, introspect=False)
+ return _connection.ProxyObject (self, name, path, introspect=False)
+ #return AccessibilityProxy (self, name, path, introspect=False)
class AccessibilityBus (_AccessibilityBus):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]