From b2e5a27a119ca7b94cd8a343a163bc6639f7c8f9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 21 Dec 2006 18:39:51 +0000 Subject: [PATCH] Fix recommendation given by exception message bringing it into sync with current API (spotted by Phil Thompson) --- _dbus_bindings/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_dbus_bindings/conn.c b/_dbus_bindings/conn.c index 2b5faed..1480e59 100644 --- a/_dbus_bindings/conn.c +++ b/_dbus_bindings/conn.c @@ -217,7 +217,7 @@ DBusPyConnection_NewConsumingDBusConnection(PyTypeObject *cls, PyErr_SetString(PyExc_ValueError, "D-Bus connections must be attached to a main " "loop by passing mainloop=... to the constructor " - "or calling dbus.Bus.set_default_main_loop(...)"); + "or calling dbus.set_default_main_loop(...)"); goto err; } } -- 2.11.4.GIT