Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-02-01 15:56:39 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-02-01 15:56:39 (GMT)
commiteec66d843563c40a10f62ab844f7a2fcf63bb19e (patch)
tree3aac9e27ca17542231ba89eea24a654cd53fc734
parentc85407a2f4ea2e2bed4f9ba8ea0ea74660cfc05a (diff)
space around operator
-rw-r--r--olpcgames/mesh.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/olpcgames/mesh.py b/olpcgames/mesh.py
index 45556a1..ee68ebc 100644
--- a/olpcgames/mesh.py
+++ b/olpcgames/mesh.py
@@ -21,8 +21,8 @@ except ImportError, err:
class OfflineError(Exception):
"""Raised when we cannot complete an operation due to being offline"""
-DBUS_IFACE="org.laptop.games.pygame"
-DBUS_PATH="/org/laptop/games/pygame"
+DBUS_IFACE = "org.laptop.games.pygame"
+DBUS_PATH = "/org/laptop/games/pygame"
DBUS_SERVICE = None