# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Runner: Run and monitor processes. """ from incremental import Version from twisted.python.deprecate import deprecatedModuleAttribute from twisted._version import __version__ as version __version__ = version.short() deprecatedModuleAttribute( Version("Twisted", 16, 0, 0), "Use twisted.__version__ instead.", "twisted.runner", "__version__")
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
__init__.py | File | 442 B | 0644 |
|
inetd.py | File | 1.92 KB | 0644 |
|
inetdconf.py | File | 4.8 KB | 0644 |
|
inetdtap.py | File | 3.47 KB | 0644 |
|
procmon.py | File | 9.97 KB | 0644 |
|
procmontap.py | File | 2.24 KB | 0644 |
|