summaryrefslogtreecommitdiff
path: root/slixmpp/stringprep.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/stringprep.py')
-rw-r--r--slixmpp/stringprep.py18
1 files changed, 6 insertions, 12 deletions
diff --git a/slixmpp/stringprep.py b/slixmpp/stringprep.py
index 672c63b7..2ac24a4a 100644
--- a/slixmpp/stringprep.py
+++ b/slixmpp/stringprep.py
@@ -1,16 +1,10 @@
-# -*- coding: utf-8 -*-
-"""
- slixmpp.stringprep
- ~~~~~~~~~~~~~~~~~~~~~~~
-
- This module is a fallback using python’s stringprep instead of libidn’s.
-
- Part of Slixmpp: The Slick XMPP Library
-
- :copyright: (c) 2015 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
- :license: MIT, see LICENSE for more details
-"""
+# slixmpp.stringprep
+# ~~~~~~~~~~~~~~~~~~~~~~~
+# This module is a fallback using python’s stringprep instead of libidn’s.
+# Part of Slixmpp: The Slick XMPP Library
+# :copyright: (c) 2015 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+# :license: MIT, see LICENSE for more details
import logging
import stringprep
from slixmpp.util import stringprep_profiles