blob: c403e517643fb00a292979dd619d97cdac3fd70e (
plain) (
blame)
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']
|