404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.14.133.188: ~ $
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
Twisted Names: DNS server and client implementations.
"""

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.names", "__version__")

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
test Folder 0755
__init__.py File 452 B 0644
_rfc1982.py File 8.9 KB 0644
authority.py File 16.14 KB 0644
cache.py File 3.71 KB 0644
client.py File 23.45 KB 0644
common.py File 7.68 KB 0644
dns.py File 89.13 KB 0644
error.py File 2.01 KB 0644
hosts.py File 4.42 KB 0644
resolve.py File 3.28 KB 0644
root.py File 12.14 KB 0644
secondary.py File 5.94 KB 0644
server.py File 21.78 KB 0644
srvconnect.py File 8.93 KB 0644
tap.py File 4.72 KB 0644