diff options
Diffstat (limited to 'slixmpp/features/feature_bind/bind.py')
-rw-r--r-- | slixmpp/features/feature_bind/bind.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/features/feature_bind/bind.py b/slixmpp/features/feature_bind/bind.py index bd2a3b99..6c30d9f2 100644 --- a/slixmpp/features/feature_bind/bind.py +++ b/slixmpp/features/feature_bind/bind.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 asyncio import logging |