Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-10-05 21:58:25 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-05 21:58:25 (GMT)
commitfb129cd294995ac0d108d8c9b85730823d3a8158 (patch)
tree8323165cbcd1e1f67196fddca7729510cf24a9dc
parentddf9c2fb79dcd30f6d555e80f8da894e1eb6d2c4 (diff)
Pep8 fixes
-rw-r--r--info.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/info.py b/info.py
index d89e560..b927229 100644
--- a/info.py
+++ b/info.py
@@ -74,10 +74,12 @@ authors = ['Daniel Francis <francis@sugarlabs.org>']
url = None
documentation = None
-# Place to write the menu category where the activity on Linux desktops should appear.
+# Place to write the menu category where the activity on Linux desktops should
+# appear.
categories = ['Application', 'Utility']
-# Filter name is like "Pictures", "Text"; mime must be "text/*", "application/x-sweetener"; patterns are "*.png"
+# Filter name is like "Pictures", "Text"; mime must be "text/*",
+# "application/x-sweetener"; patterns are "*.png"
file_filter_name = None
file_filter_mime = None
file_filter_patterns = []