From e2c0def5f86ef9fd8904aafbdbcc64926647dce2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 30 May 2019 21:09:10 +0200 Subject: [PATCH] Trivial update --- lib/utils/hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()