aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/iocpreactor/__init__.py
blob: c403e517643fb00a292979dd619d97cdac3fd70e (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
I/O Completion Ports reactor
"""

from twisted.internet.iocpreactor.reactor import install

__all__ = ['install']