##// END OF EJS Templates
Add booktabs package to latex base.tplx
Add booktabs package to latex base.tplx

File last commit:

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