##// END OF EJS Templates
allow true single-threaded Controller...
allow true single-threaded Controller Previously --usethreads only put MonitoredQueue devices in threads, and still launched a subprocess for the Python scheduler. This adds support for the Python Scheduler in a thread.

File last commit:

r3408:261328d5
r4092:d370cfd6
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *