/usr/lib/python3/dist-packages/twisted
NameSizeModeActions
application/-0755rm
conch/-0755rm
cred/-0755rm
enterprise/-0755rm
internet/-0755rm
logger/-0755rm
mail/-0755rm
names/-0755rm
pair/-0755rm
persisted/-0755rm
plugins/-0755rm
positioning/-0755rm
protocols/-0755rm
python/-0755rm
runner/-0755rm
scripts/-0755rm
spread/-0755rm
tap/-0755rm
test/-0755rm
trial/-0755rm
web/-0755rm
words/-0755rm
_threads/-0755rm
__pycache__/-0755rm
copyright.py14980644editdlrm
plugin.py84760644editdlrm
py.typed00644editdlrm
_version.py2600644editdlrm
__init__.py2410644editdlrm
__main__.py3860644editdlrm
Edit: /usr/lib/python3/dist-packages/twisted/__main__.py (386B)
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. # Make the twisted module executable with the default behaviour of # running twist. # This is not a docstring to avoid changing the string output of twist. import sys from pkg_resources import load_entry_point if __name__ == "__main__": sys.exit(load_entry_point("Twisted", "console_scripts", "twist")())