Commit a5a53fd2 authored by Vinay Sajip's avatar Vinay Sajip

Closes #15157: pydoc script added to venvs.

parent c0aa07da
#!__VENV_PYTHON__
if __name__ == '__main__':
import sys, pydoc
sys.exit(pydoc.cli())
#!__VENV_PYTHON__
if __name__ == '__main__':
import sys, pydoc
sys.exit(pydoc.cli())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment