/circuits/web/dispatchers/__init__.py
https://bitbucket.org/prologic/circuits/ · Python · 19 lines · 6 code · 3 blank · 10 comment · 0 complexity · c131b4147ce93b49d1b8d3e2def845de MD5 · raw file
- # Package: dispatchers
- # Date: 26th February 2011
- # Author: James Mills, prologic at shortcircuit dot net dot au
- """Dispatchers
- This package contains various circuits.web dispatchers
- By default a ``circuits.web.Server`` Component uses the
- ``dispatcher.Dispatcher``
- """
- from .static import Static
- from .xmlrpc import XMLRPC
- from .jsonrpc import JSONRPC
- from .dispatcher import Dispatcher
- from .virtualhosts import VirtualHosts
- from ..websockets.dispatcher import WebSocketsDispatcher
- # flake8: noqa