Hotfix for ANONYMOUS mech support.

Updates version to 1.0-Beta6.1
This commit is contained in:
Lance Stout
2011-08-05 14:06:58 -07:00
parent 168203c94d
commit 148a23579c
4 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class ANONYMOUS(Mechanism):
def __init__(self, sasl, name):
"""
"""
super(ANONYMOUS, self).__init__(self, sasl, name, 0)
super(ANONYMOUS, self).__init__(sasl, name, 0)
def get_values(self):
"""