##// END OF EJS Templates
parse ifconfig / ip addr / ipconfig in localinterfaces...
parse ifconfig / ip addr / ipconfig in localinterfaces also typically faster and more reliable than gethostbyname, but lower priority than netifaces.

File last commit:

r12513:6b68269f
r12832:e803af3c
Show More
__init__.py
8 lines | 185 B | text/x-python | PythonLexer
from .base import PostProcessorBase
from .pdf import PDFPostProcessor
# protect against unavailable tornado
try:
from .serve import ServePostProcessor
except ImportError:
pass