summaryrefslogtreecommitdiff
path: root/src/pep.py
diff options
context:
space:
mode:
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 = {
}
}
-
-
-
-
-
-
-