summaryrefslogtreecommitdiff
path: root/slixmpp/features/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/features/__init__.py')
-rw-r--r--slixmpp/features/__init__.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/features/__init__.py b/slixmpp/features/__init__.py
index 5b728ee8..142d2343 100644
--- a/slixmpp/features/__init__.py
+++ b/slixmpp/features/__init__.py
@@ -1,11 +1,8 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2011 Nathanael C. Fritz
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2011 Nathanael C. Fritz
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
__all__ = [
'feature_starttls',
'feature_mechanisms',