summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0172/stanza.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-02-03 22:24:24 +0100
committermathieui <mathieui@mathieui.net>2021-02-03 22:24:24 +0100
commite6e57f6e8c729aaf1097491b48b7f0cd86ba3036 (patch)
treef9d5af44b91f4ae356a97fe3e828847a89c65a09 /slixmpp/plugins/xep_0172/stanza.py
parent64299d6a5453c5c982a3daec74c41803458bdc75 (diff)
downloadslixmpp-e6e57f6e8c729aaf1097491b48b7f0cd86ba3036.tar.gz
slixmpp-e6e57f6e8c729aaf1097491b48b7f0cd86ba3036.tar.bz2
slixmpp-e6e57f6e8c729aaf1097491b48b7f0cd86ba3036.tar.xz
slixmpp-e6e57f6e8c729aaf1097491b48b7f0cd86ba3036.zip
XEP-0172: Fix return values and typing
Diffstat (limited to 'slixmpp/plugins/xep_0172/stanza.py')
-rw-r--r--slixmpp/plugins/xep_0172/stanza.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0172/stanza.py b/slixmpp/plugins/xep_0172/stanza.py
index addba94a..dbc136d9 100644
--- a/slixmpp/plugins/xep_0172/stanza.py
+++ b/slixmpp/plugins/xep_0172/stanza.py
@@ -1,10 +1,7 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from slixmpp.xmlstream import ElementBase, ET