mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove redundant __main__ blocks from packaging modules.
The one interface we commit to maintain is the run module (a.k.a. the pysetup script).
This commit is contained in:
parent
fad46e19b4
commit
ca9460324a
3 changed files with 1 additions and 17 deletions
|
@ -674,7 +674,3 @@ def main():
|
|||
# program.write_setup_script()
|
||||
# packaging.util.cfg_to_args()
|
||||
program()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue