##// END OF EJS Templates
friendlier error messages when invoke/lessc are missing...
friendlier error messages when invoke/lessc are missing and not needed.

File last commit:

r16418:b55d2748
r19731:f9465d7f
Show More
__init__.py
7 lines | 151 B | text/x-python | PythonLexer
from .base import PostProcessorBase
# protect against unavailable tornado
try:
from .serve import ServePostProcessor
except ImportError:
pass