From 2c413bf281cefde85209e5a3847735407bedaaa4 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 13 Jul 2005 18:22:35 +0000 Subject: * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd * python/service.py (class Name): renamed BusName to make it clearer what the object is for (a name on the bus) * python/examples/example-service.py, python/examples/example-signal-emitter.py: change the Name object to BusName --- python/.cvsignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/.cvsignore') diff --git a/python/.cvsignore b/python/.cvsignore index 4a73b5bc..9c73bb7a 100644 --- a/python/.cvsignore +++ b/python/.cvsignore @@ -1,7 +1,7 @@ .deps Makefile.in Makefile -dbus_bindings.pyx +dbus_bindings.pxd *.lo *.la dbus_bindings.c -- cgit