##// END OF EJS Templates
move test_lexers to lib/tests...
move test_lexers to lib/tests to match the module it tests

File last commit:

r20906:1a805ad1
r21232:77e5eee4
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