diff options
Diffstat (limited to 'slixmpp/plugins/gmail_notify.py')
-rw-r--r-- | slixmpp/plugins/gmail_notify.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/gmail_notify.py b/slixmpp/plugins/gmail_notify.py index a56ca699..4fa0d0db 100644 --- a/slixmpp/plugins/gmail_notify.py +++ b/slixmpp/plugins/gmail_notify.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz, Lance J.T. Stout - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz, Lance J.T. Stout +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import logging from slixmpp.plugins import BasePlugin from .. xmlstream.handler.callback import Callback |