Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 22:12:30 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 22:12:30 (GMT)
commita341ffce3c3024f90c26159b4e253a2869b0b5d6 (patch)
treefba8dbbf5db77ac3c0f1a41dfbd735089a304961 /plugins
parent09fd048fe7d4571710ee68e5fa0960d0d8559532 (diff)
pep8 cleanup
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/plugin.py b/plugins/plugin.py
index e06cf31..12bb29a 100644
--- a/plugins/plugin.py
+++ b/plugins/plugin.py
@@ -36,7 +36,8 @@ class Plugin(gobject.GObject):
pass
def clear(self):
- """ clear is called when erase button is pressed and from the clean block. """
+ """ clear is called when erase button is pressed and from the
+ clean block. """
pass
def goto_background(self):