OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
twisted
/
conch
/
insults
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
447 bytes
09/08/2017 10:38:36 AM
rw-r--r--
📁
__pycache__
-
03/31/2022 06:22:39 AM
rwxr-xr-x
📄
client.py
4.19 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
colors.py
405 bytes
09/08/2017 10:38:36 AM
rw-r--r--
📄
helper.py
14.06 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
insults.py
34.75 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
text.py
5.3 KB
09/08/2017 10:38:36 AM
rw-r--r--
📄
window.py
27.16 KB
09/08/2017 10:38:36 AM
rw-r--r--
Editing: __init__.py
Close
""" Insults: a replacement for Curses/S-Lang. Very basic at the moment.""" from twisted.python import deprecate, versions deprecate.deprecatedModuleAttribute( versions.Version("Twisted", 10, 1, 0), "Please use twisted.conch.insults.helper instead.", __name__, "colors") deprecate.deprecatedModuleAttribute( versions.Version("Twisted", 10, 1, 0), "Please use twisted.conch.insults.insults instead.", __name__, "client")