]> granicus.if.org Git - python/commit
Remove redundant __main__ blocks from packaging modules.
authorÉric Araujo <merwok@netwok.org>
Sun, 6 Nov 2011 10:38:58 +0000 (11:38 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 6 Nov 2011 10:38:58 +0000 (11:38 +0100)
commitca9460324adb9e744abf95bd57ce1bfca248313f
tree43d18e6fb7593c59ff333e4fa1e6e1956049da64
parentfad46e19b4e6b2173b84e6216465e6fe5824ba2a
Remove redundant __main__ blocks from packaging modules.

The one interface we commit to maintain is the run module
(a.k.a. the pysetup script).
Lib/packaging/create.py
Lib/packaging/depgraph.py
Lib/packaging/install.py