diff --git a/lib/utils/hash.py b/lib/utils/hash.py index fe31589b5..508410603 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -1161,7 +1161,7 @@ def dictionaryAttack(attack_dict): warnMsg += "not supported on this platform" singleTimeWarnMessage(warnMsg) - class Value(): + class Value(object): pass retVal = _queue.Queue()