diff options
Diffstat (limited to 'slixmpp/plugins/xep_0363/stanza.py')
-rw-r--r-- | slixmpp/plugins/xep_0363/stanza.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0363/stanza.py b/slixmpp/plugins/xep_0363/stanza.py index a57c5fb0..b9fc7fed 100644 --- a/slixmpp/plugins/xep_0363/stanza.py +++ b/slixmpp/plugins/xep_0363/stanza.py @@ -1,11 +1,8 @@ -""" - slixmpp: The Slick XMPP Library - Copyright (C) 2018 Emmanuel Gil Peyrot - This file is part of slixmpp. - - See the file LICENSE for copying permission. -""" +# slixmpp: The Slick XMPP Library +# Copyright (C) 2018 Emmanuel Gil Peyrot +# This file is part of slixmpp. +# See the file LICENSE for copying permission. from slixmpp.xmlstream import ElementBase class Request(ElementBase): |