summaryrefslogtreecommitdiff
path: root/slixmpp/util/sasl/mechanisms.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/util/sasl/mechanisms.py')
-rw-r--r--slixmpp/util/sasl/mechanisms.py24
1 files changed, 8 insertions, 16 deletions
diff --git a/slixmpp/util/sasl/mechanisms.py b/slixmpp/util/sasl/mechanisms.py
index 874787a9..53f39395 100644
--- a/slixmpp/util/sasl/mechanisms.py
+++ b/slixmpp/util/sasl/mechanisms.py
@@ -1,20 +1,12 @@
-# -*- coding: utf-8 -*-
-"""
- slixmpp.util.sasl.mechanisms
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- A collection of supported SASL mechanisms.
-
- This module was originally based on Dave Cridland's Suelta library.
-
- Part of Slixmpp: The Slick XMPP Library
-
- :copryight: (c) 2004-2013 David Alan Cridland
- :copyright: (c) 2013 Nathanael C. Fritz, Lance J.T. Stout
-
- :license: MIT, see LICENSE for more details
-"""
+# slixmpp.util.sasl.mechanisms
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# A collection of supported SASL mechanisms.
+# This module was originally based on Dave Cridland's Suelta library.
+# Part of Slixmpp: The Slick XMPP Library
+# :copryight: (c) 2004-2013 David Alan Cridland
+# :copyright: (c) 2013 Nathanael C. Fritz, Lance J.T. Stout
+# :license: MIT, see LICENSE for more details
import hmac
import random