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:00 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-02-01 15:56:00 (GMT)
commitc85407a2f4ea2e2bed4f9ba8ea0ea74660cfc05a (patch)
treefa5ee459af39a17a0278614b218fd261af69008b
parentbef598cf98ec146120598682c1b76086e89f05ad (diff)
pep8 fix
-rw-r--r--olpcgames/mesh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/olpcgames/mesh.py b/olpcgames/mesh.py
index e5cd49a..45556a1 100644
--- a/olpcgames/mesh.py
+++ b/olpcgames/mesh.py
@@ -17,6 +17,7 @@ try:
except ImportError, err:
telepathy = None
+
class OfflineError(Exception):
"""Raised when we cannot complete an operation due to being offline"""