summaryrefslogtreecommitdiff
path: root/chimere/main/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/main/actions.py')
-rw-r--r--chimere/main/actions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/main/actions.py b/chimere/main/actions.py
index c6d2060..2dba2ac 100644
--- a/chimere/main/actions.py
+++ b/chimere/main/actions.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2008 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2008-2010 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
@@ -38,5 +38,5 @@ if EMAIL_HOST:
actions.append((Action('contact', 'contact', _('Contact us')), []),)
if 'chimere.rss' in INSTALLED_APPS:
- actions.append(Action('rss', 'rss', _('Feeds')), [])
+ actions.append((Action('rss', 'rss', _('Feeds')), []))