Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-05-28 12:37:06 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-05-28 12:56:27 (GMT)
commit1e84dc64eb363a2fed61f6e05e9a1f01411398f4 (patch)
tree0964406d00d2294b2c635cd7abb6f9eaf6990fdb /webactivity.py
parent5fc56173abdcbd80cbebe4919138e5b7a1c59694 (diff)
minor style fix
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/webactivity.py b/webactivity.py
index 0e7d7c2..fc5a725 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -156,8 +156,7 @@ def _set_char_preference(name, value):
def _set_accept_languages():
- ''' Set intl.accept_languages based on the locale
- '''
+ """Set intl.accept_languages preference based on the locale"""
lang = locale.getdefaultlocale()[0]
if not lang: