Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-22 09:57:02 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-22 09:57:02 (GMT)
commit18f65d986249439416e2295a4618530542e5eb42 (patch)
treebb9b963068fd24bfc897c83ab5d8927e788d0ed9 /src
parent5a867d0d4a087ff20ba2c3e7807ff2fccb38f092 (diff)
wrap a big line
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/model/neighborhood.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py
index 9892d35..79b2d1e 100644
--- a/src/jarabe/model/neighborhood.py
+++ b/src/jarabe/model/neighborhood.py
@@ -109,7 +109,8 @@ class Neighborhood(gobject.GObject):
# FIXME: watch change of the gconf key
client = gconf.client_get_default()
publish = client.get_bool('/desktop/sugar/collaboration/publish_gadget')
- logging.debug("Gadget discovered on connection %s. Publish our status: %r" %
+ logging.debug("Gadget discovered on connection %s."
+ " Publish our status: %r" %
(conn.service_name.split('.')[-1], publish))
conn[CONN_INTERFACE_GADGET].Publish(publish)