[conduit: 93/138] Turn dbus env off until i have time to debug it



commit 1a3d71c1a488ecac32dd5bc670c23b112dc26f28
Author: John Carr <john carr unrouted co uk>
Date:   Tue May 5 01:33:09 2009 -0700

    Turn dbus env off until i have time to debug it
---
 test/soup/env/fake-dbus.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/test/soup/env/fake-dbus.py b/test/soup/env/fake-dbus.py
index a50924b..f36ca7a 100644
--- a/test/soup/env/fake-dbus.py
+++ b/test/soup/env/fake-dbus.py
@@ -8,6 +8,10 @@ import soup
 
 class Dbus(soup.env.EnvironmentWrapper):
 
+    @classmethod
+    def enabled(cls):
+        return False
+
     def prepare_environment(self):
         conffile = os.path.join(os.path.dirname(__file__), "fake-session-bus.conf")
         daemonargs = ['dbus-daemon', '--fork', '--config-file=%s' % conffile, '--print-pid=1', '--print-address=1']



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]