Minor restyling

This commit is contained in:
Miroslav Stampar
2012-12-20 11:06:52 +01:00
parent 19e2f3bb76
commit c2c4601d6e
5 changed files with 36 additions and 36 deletions

View File

@@ -237,7 +237,7 @@ def unionUse(expression, unpack=True, dump=False):
threadData = getCurrentThreadData()
while kb.threadContinue:
with kb.locks.limits:
with kb.locks.limit:
try:
num = threadData.shared.limits.next()
except StopIteration: