diff options
Diffstat (limited to 'slixmpp/plugins/xep_0059/rsm.py')
-rw-r--r-- | slixmpp/plugins/xep_0059/rsm.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0059/rsm.py b/slixmpp/plugins/xep_0059/rsm.py index a7aaa7ce..0fd6b2f9 100644 --- a/slixmpp/plugins/xep_0059/rsm.py +++ b/slixmpp/plugins/xep_0059/rsm.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz, Erik Reuterborg Larsson - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz, Erik Reuterborg Larsson +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import logging import slixmpp |