##// END OF EJS Templates
Merge pull request #5505 from takluyver/backport-pr-py3...
Merge pull request #5505 from takluyver/backport-pr-py3 Make backport_pr work on Python 3

File last commit:

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