diff options
Diffstat (limited to 'slixmpp/plugins/xep_0439/__init__.py')
-rw-r--r-- | slixmpp/plugins/xep_0439/__init__.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0439/__init__.py b/slixmpp/plugins/xep_0439/__init__.py index 6fa46cb4..bf590fc1 100644 --- a/slixmpp/plugins/xep_0439/__init__.py +++ b/slixmpp/plugins/xep_0439/__init__.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net> - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net> +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. from slixmpp.plugins.base import register_plugin from slixmpp.plugins.xep_0439.stanza import * from slixmpp.plugins.xep_0439.quickresponse import XEP_0439 |