##// 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:

r4053:b45902e3
r7938:aa6d4591
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *