minor makeup fix

This commit is contained in:
Miroslav Stampar 2010-03-11 11:20:52 +00:00
parent 2c053d5cfb
commit ec43419ad1

View File

@ -219,9 +219,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
threads.append(thread)
# And wait for them to all finish
#for thread in threads:
# thread.join()
try:
alive = True
while alive: