##// END OF EJS Templates
Merge pull request #1911 from minrk/skipreload...
Merge pull request #1911 from minrk/skipreload Temporarily skip autoreload tests, as they were breaking Cython tests. #1912 was created to track the issue that they need to be re-enabled, but isolated to their own group.

File last commit:

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