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