diff options
Diffstat (limited to 'slixmpp/features/feature_mechanisms/stanza/success.py')
-rw-r--r-- | slixmpp/features/feature_mechanisms/stanza/success.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/features/feature_mechanisms/stanza/success.py b/slixmpp/features/feature_mechanisms/stanza/success.py index 70be1780..e5ecb47b 100644 --- a/slixmpp/features/feature_mechanisms/stanza/success.py +++ b/slixmpp/features/feature_mechanisms/stanza/success.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2011 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2011 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import base64 from slixmpp.util import bytes |