##// END OF EJS Templates
Merge pull request #7852 from minrk/open-perm...
Merge pull request #7852 from minrk/open-perm Catch IOError in addition to OSError. Closes #7848

File last commit:

r13347:54891794
r20555:1681cf7f merge
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *