summaryrefslogtreecommitdiff
path: root/slixmpp/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/exceptions.py')
-rw-r--r--slixmpp/exceptions.py15
1 files changed, 5 insertions, 10 deletions
diff --git a/slixmpp/exceptions.py b/slixmpp/exceptions.py
index 5ec6e7e1..0df79a00 100644
--- a/slixmpp/exceptions.py
+++ b/slixmpp/exceptions.py
@@ -1,14 +1,9 @@
-# -*- coding: utf-8 -*-
-"""
- slixmpp.exceptions
- ~~~~~~~~~~~~~~~~~~~~
-
- Part of Slixmpp: The Slick XMPP Library
-
- :copyright: (c) 2011 Nathanael C. Fritz
- :license: MIT, see LICENSE for more details
-"""
+# slixmpp.exceptions
+# ~~~~~~~~~~~~~~~~~~~~
+# Part of Slixmpp: The Slick XMPP Library
+# :copyright: (c) 2011 Nathanael C. Fritz
+# :license: MIT, see LICENSE for more details
class XMPPError(Exception):