diff options
Diffstat (limited to 'examples/adhoc_user.py')
-rwxr-xr-x | examples/adhoc_user.py | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/examples/adhoc_user.py b/examples/adhoc_user.py index 931ef71c..0b9e8cef 100755 --- a/examples/adhoc_user.py +++ b/examples/adhoc_user.py @@ -1,13 +1,9 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import logging from getpass import getpass |