summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-20 23:49:26 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-20 23:49:26 -0300
commit47cdfb6d8ec1141065e54349fe51338a67afd637 (patch)
treea1546b603bac4c873473df1bd7ba6342754e4ccc /askbot/const
parentd2dcfcf906e8f87c78b4c20c4cae83fea5d0520a (diff)
downloadaskbot-47cdfb6d8ec1141065e54349fe51338a67afd637.tar.gz
askbot-47cdfb6d8ec1141065e54349fe51338a67afd637.tar.bz2
askbot-47cdfb6d8ec1141065e54349fe51338a67afd637.zip
pylinted files
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/message_keys.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/askbot/const/message_keys.py b/askbot/const/message_keys.py
index 5ba77248..12fa0766 100644
--- a/askbot/const/message_keys.py
+++ b/askbot/const/message_keys.py
@@ -11,13 +11,6 @@ _ = lambda v:v
#because you don't want to import _ from here with import *
__all__ = []
-
-
-
-
-
-
-
#messages loaded in the templates via direct _ calls
_('most relevant questions')
_('click to see most relevant questions')