Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/p2p
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-06-07 16:21:47 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-06-07 16:21:47 (GMT)
commit55d863fc7110fbdc790f777d03ffd21c024cef6d (patch)
treeed7feda6cd54f228cf26525acc14e76c867c343c /sugar/p2p
parent3710eea217fa71e2ad4fef34e46d99c6e8f6cb19 (diff)
Add a few missing files to the makefiles,
Diffstat (limited to 'sugar/p2p')
-rw-r--r--sugar/p2p/presence.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar/p2p/presence.py b/sugar/p2p/presence.py
index 9d11d7e..9cb297e 100644
--- a/sugar/p2p/presence.py
+++ b/sugar/p2p/presence.py
@@ -1,6 +1,6 @@
# -*- tab-width: 4; indent-tabs-mode: t -*-
-import avahi, dbus, dbus.glib, dbus_bindings
+import avahi, dbus, dbus.glib, dbus.dbus_bindings
ACTION_SERVICE_NEW = 'new'
ACTION_SERVICE_REMOVED = 'removed'
@@ -97,7 +97,7 @@ class PresenceAnnounce(object):
"", "", # domain, host (let the system figure it out)
dbus.UInt16(rs_port), info,)
g.Commit()
- except dbus_bindings.DBusException, exc:
+ except dbus.dbus_bindings.DBusException, exc:
# FIXME: ignore local name collisions, since that means
# the zeroconf service is already registered. Ideally we
# should un-register it an re-register with the correct info