OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
twisted
/
pair
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/31/2022 06:22:38 AM
rwxr-xr-x
📄
__init__.py
631 bytes
09/08/2017 10:38:36 AM
rw-r--r--
📁
__pycache__
-
03/31/2022 06:22:39 AM
rwxr-xr-x
📄
ethernet.py
1.66 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
ip.py
2.53 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
raw.py
811 bytes
09/08/2017 10:38:36 AM
rw-r--r--
📄
rawudp.py
1.77 KB
09/08/2017 10:38:36 AM
rw-r--r--
📁
test
-
03/31/2022 06:22:38 AM
rwxr-xr-x
📄
testing.py
16.9 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
tuntap.py
12.24 KB
09/08/2017 10:38:36 AM
rw-r--r--
Editing: __init__.py
Close
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Pair: The framework of your ethernet. Low-level networking transports and utilities. See also twisted.protocols.ethernet, twisted.protocols.ip, twisted.protocols.raw and twisted.protocols.rawudp. Maintainer: Tommi Virtanen """ 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.pair", "__version__")