Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin.py')
-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):