summaryrefslogtreecommitdiff
path: root/slixmpp/util/stringprep_profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/util/stringprep_profiles.py')
-rw-r--r--slixmpp/util/stringprep_profiles.py22
1 files changed, 8 insertions, 14 deletions
diff --git a/slixmpp/util/stringprep_profiles.py b/slixmpp/util/stringprep_profiles.py
index 8ba3842f..d8dda890 100644
--- a/slixmpp/util/stringprep_profiles.py
+++ b/slixmpp/util/stringprep_profiles.py
@@ -1,18 +1,12 @@
-# -*- coding: utf-8 -*-
-"""
- slixmpp.util.stringprep_profiles
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- This module makes it easier to define profiles of stringprep,
- such as nodeprep and resourceprep for JID validation, and
- SASLprep for SASL.
-
- Part of Slixmpp: The Slick XMPP Library
-
- :copyright: (c) 2012 Nathanael C. Fritz, Lance J.T. Stout
- :license: MIT, see LICENSE for more details
-"""
+# slixmpp.util.stringprep_profiles
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# This module makes it easier to define profiles of stringprep,
+# such as nodeprep and resourceprep for JID validation, and
+# SASLprep for SASL.
+# Part of Slixmpp: The Slick XMPP Library
+# :copyright: (c) 2012 Nathanael C. Fritz, Lance J.T. Stout
+# :license: MIT, see LICENSE for more details
from __future__ import unicode_literals