diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-09 14:05:28 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-09 14:05:28 +0000 |
commit | 26ce68b8de3f48187091d3686cb30b75375b84d0 (patch) | |
tree | 361164563e3eb88d5fdcc5baca9570eb92f79c4e /examples/example-signal-recipient.py | |
parent | 9ede20248d690d9bb2cb9fba6b75955770930a94 (diff) | |
download | dbus-python-26ce68b8de3f48187091d3686cb30b75375b84d0.tar.gz |
Add an example of asynchronous calls. Run the examples during 'make check'.
Diffstat (limited to 'examples/example-signal-recipient.py')
-rw-r--r-- | examples/example-signal-recipient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example-signal-recipient.py b/examples/example-signal-recipient.py index 3d8a190..65c6466 100644 --- a/examples/example-signal-recipient.py +++ b/examples/example-signal-recipient.py @@ -12,7 +12,6 @@ import traceback import gobject import dbus -import dbus.decorators import dbus.mainloop.glib def handle_reply(msg): |