diff options
Diffstat (limited to 'slixmpp/xmlstream/matcher/xmlmask.py')
-rw-r--r-- | slixmpp/xmlstream/matcher/xmlmask.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/xmlstream/matcher/xmlmask.py b/slixmpp/xmlstream/matcher/xmlmask.py index 343bb340..d50b706e 100644 --- a/slixmpp/xmlstream/matcher/xmlmask.py +++ b/slixmpp/xmlstream/matcher/xmlmask.py @@ -1,11 +1,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 xml.parsers.expat import ExpatError |