##// END OF EJS Templates
Merge pull request #4631 from takluyver/i4629...
Merge pull request #4631 from takluyver/i4629 Use argument lists for command help tests

File last commit:

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