fixed LazyCrypt.__ne__, thanks Jonathan
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.8.2-stable+timestamp.2014.01.07.02.13.10
|
||||
Version 2.8.2-stable+timestamp.2014.01.08.10.23.41
|
||||
|
||||
@@ -2787,6 +2787,8 @@ class LazyCrypt(object):
|
||||
temp_pass = simple_hash(self.password, key, '', digest_alg)
|
||||
return temp_pass == stored_password
|
||||
|
||||
def __ne__(self, other):
|
||||
return not self.__eq__(other)
|
||||
|
||||
class CRYPT(object):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user