From 54988532f404d17141807b5dc59dd6acd6e9633b Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 23 Aug 2005 17:43:59 +0000 Subject: * python/dbus_glib_bindings.pyx: reorder imports and c definitions to fix some wranings. We now use dbus_bindings.DBusConnection instead of defining DBusConnection ourselves. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73d72ce4..20cc11e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-23 John (J5) Palmieri + + * python/dbus_glib_bindings.pyx: reorder imports and c definitions + to fix some wranings. We now use dbus_bindings.DBusConnection instead + of defining DBusConnection ourselves. + 2005-08-18 John (J5) Palmieri * python/dbus.pth: New path file to fix up problems when installing -- cgit