summaryrefslogtreecommitdiff
path: root/src/pep.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-03-23 00:15:01 +0100
committermathieui <mathieui@mathieui.net>2014-03-23 00:15:01 +0100
commit186803d9a97d7efb089acc470b98293b7e472db5 (patch)
tree89533dc38acddbcfbb34b162974bd29a62c07db3 /src/pep.py
parent918e15d1781fce0fbf2b7b2b047be32163bc4679 (diff)
downloadpoezio-186803d9a97d7efb089acc470b98293b7e472db5.tar.gz
poezio-186803d9a97d7efb089acc470b98293b7e472db5.tar.bz2
poezio-186803d9a97d7efb089acc470b98293b7e472db5.tar.xz
poezio-186803d9a97d7efb089acc470b98293b7e472db5.zip
Fix formatting, some typos, and unused code, and add docstrings
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module
Diffstat (limited to 'src/pep.py')
-rw-r--r--src/pep.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/pep.py b/src/pep.py
index a505329a..0478b5fd 100644
--- a/src/pep.py
+++ b/src/pep.py
@@ -1,3 +1,8 @@
+"""
+Collection of mappings for PEP moods/activities
+extracted directly from the XEP
+"""
+
from gettext import gettext as _
MOODS = {
@@ -216,10 +221,3 @@ ACTIVITIES = {
}
}
-
-
-
-
-
-
-