Commit b5b32ac6 authored by Martin Aspeli's avatar Martin Aspeli

A hint for the next person who gets very confused when importing something a...

A hint for the next person who gets very confused when importing something a second time doesn't work.
parent a6ad3081
......@@ -24,6 +24,8 @@ def handle(*args, **kw):
return apply(_handle, args, kw)
def setNumberOfThreads(n):
"""This function will self-destruct in 4 statements.
"""
global _n
_n=n
global setNumberOfThreads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment