OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
twisted
/
words
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
532 bytes
09/08/2017 10:38:35 AM
rw-r--r--
📁
__pycache__
-
03/31/2022 06:22:40 AM
rwxr-xr-x
📄
ewords.py
623 bytes
09/08/2017 10:38:36 AM
rw-r--r--
📁
im
-
03/31/2022 06:22:39 AM
rwxr-xr-x
📄
iwords.py
8.33 KB
09/08/2017 10:38:36 AM
rw-r--r--
📁
protocols
-
03/31/2022 06:22:39 AM
rwxr-xr-x
📄
service.py
37.28 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
tap.py
2.37 KB
09/08/2017 10:38:36 AM
rw-r--r--
📁
test
-
03/31/2022 06:22:39 AM
rwxr-xr-x
📁
xish
-
03/31/2022 06:22:39 AM
rwxr-xr-x
📄
xmpproutertap.py
820 bytes
09/08/2017 10:38:36 AM
rw-r--r--
Editing: __init__.py
Close
# -*- test-case-name: twisted.words.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Words: Client and server implementations for IRC, XMPP, and other chat services. """ 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.words", "__version__")