##// END OF EJS Templates
Allow setting the inline eventloop regardless....
Allow setting the inline eventloop regardless. Only issue an error if we attempt to active a new *GUI* event loop. Allow the inline eventloop, None, to be set.

File last commit:

r3408:261328d5
r7938:aa6d4591
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *