From bbd351e9c1b442690b34fc7690c1e3e2d4ae7894 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 5 Feb 2021 20:46:18 +0100 Subject: global: rewrite copyright notice to use comments --- slixmpp/xmlstream/tostring.py | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'slixmpp/xmlstream/tostring.py') diff --git a/slixmpp/xmlstream/tostring.py b/slixmpp/xmlstream/tostring.py index f772ff63..efac124e 100644 --- a/slixmpp/xmlstream/tostring.py +++ b/slixmpp/xmlstream/tostring.py @@ -1,18 +1,12 @@ -# -*- coding: utf-8 -*- -""" - slixmpp.xmlstream.tostring - ~~~~~~~~~~~~~~~~~~~~~~~~~~ - - This module converts XML objects into Unicode strings and - intelligently includes namespaces only when necessary to - keep the output readable. - - Part of Slixmpp: The Slick XMPP Library - - :copyright: (c) 2011 Nathanael C. Fritz - :license: MIT, see LICENSE for more details -""" +# slixmpp.xmlstream.tostring +# ~~~~~~~~~~~~~~~~~~~~~~~~~~ +# This module converts XML objects into Unicode strings and +# intelligently includes namespaces only when necessary to +# keep the output readable. +# Part of Slixmpp: The Slick XMPP Library +# :copyright: (c) 2011 Nathanael C. Fritz +# :license: MIT, see LICENSE for more details XML_NS = 'http://www.w3.org/XML/1998/namespace' -- cgit v1.2.3