diff options
Diffstat (limited to 'examples/set_avatar.py')
-rwxr-xr-x | examples/set_avatar.py | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/examples/set_avatar.py b/examples/set_avatar.py index 3188e9d8..2b3c1987 100755 --- a/examples/set_avatar.py +++ b/examples/set_avatar.py @@ -1,13 +1,9 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2012 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2012 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import os import imghdr |