* python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 13 Jul 2005 18:22:35 +0000 (18:22 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 13 Jul 2005 18:22:35 +0000 (18:22 +0000)
commit2c413bf281cefde85209e5a3847735407bedaaa4
tree1ef436afb3d96b2089b3e5a0fcffd035b12eca1b
parent9f92ac0ef5ae8ab5a325b15d0b3109143fe51f8c
* 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
ChangeLog
python/.cvsignore
python/examples/example-service.py
python/examples/example-signal-emitter.py
python/service.py