##// END OF EJS Templates
Revert "remove less.css"...
Revert "remove less.css" This reverts commit 076a0fac5a12d4b674f2343f484a2c983a410219.

File last commit:

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