Import Upstream version 2.7.18
This commit is contained in:
5
Tools/scripts/pydoc
Executable file
5
Tools/scripts/pydoc
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import pydoc
|
||||
if __name__ == '__main__':
|
||||
pydoc.cli()
|
||||
Reference in New Issue
Block a user