Skip to content

Commit e2c0def

Browse files
committed
Trivial update
1 parent 4077cd2 commit e2c0def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ def dictionaryAttack(attack_dict):
11611161
warnMsg += "not supported on this platform"
11621162
singleTimeWarnMessage(warnMsg)
11631163

1164-
class Value():
1164+
class Value(object):
11651165
pass
11661166

11671167
retVal = _queue.Queue()

0 commit comments

Comments
 (0)