diff options
Diffstat (limited to 'slixmpp/plugins/google/gmail/notifications.py')
-rw-r--r-- | slixmpp/plugins/google/gmail/notifications.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/google/gmail/notifications.py b/slixmpp/plugins/google/gmail/notifications.py index e6785ccb..8284ad25 100644 --- a/slixmpp/plugins/google/gmail/notifications.py +++ b/slixmpp/plugins/google/gmail/notifications.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2013 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) 2013 Nathanael C. Fritz, Lance J.T. Stout +# This file is part of slixmpp. +# See the file LICENSE for copying permission. import logging from slixmpp.stanza import Iq |