| Current Path : /usr/lib/python2.7/dist-packages/twisted/plugins/ |
| Current File : //usr/lib/python2.7/dist-packages/twisted/plugins/twisted_core.py |
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
from twisted.internet.endpoints import (
_SystemdParser, _TCP6ServerParser, _StandardIOParser,
_TLSClientEndpointParser)
systemdEndpointParser = _SystemdParser()
tcp6ServerEndpointParser = _TCP6ServerParser()
stdioEndpointParser = _StandardIOParser()
tlsClientEndpointParser = _TLSClientEndpointParser()
;?>)