diff options
Diffstat (limited to 'src/pep.py')
-rw-r--r-- | src/pep.py | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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 = { } } - - - - - - - |