summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/create.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-06 10:38:58 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-06 10:38:58 (GMT)
commitca9460324adb9e744abf95bd57ce1bfca248313f (patch)
tree43d18e6fb7593c59ff333e4fa1e6e1956049da64 /Lib/packaging/create.py
parentfad46e19b4e6b2173b84e6216465e6fe5824ba2a (diff)
downloadcpython-ca9460324adb9e744abf95bd57ce1bfca248313f.zip
cpython-ca9460324adb9e744abf95bd57ce1bfca248313f.tar.gz
cpython-ca9460324adb9e744abf95bd57ce1bfca248313f.tar.bz2
Remove redundant __main__ blocks from packaging modules.
The one interface we commit to maintain is the run module (a.k.a. the pysetup script).
Diffstat (limited to 'Lib/packaging/create.py')
-rw-r--r--Lib/packaging/create.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/packaging/create.py b/Lib/packaging/create.py
index de05ac8..5abe47b 100644
--- a/Lib/packaging/create.py
+++ b/Lib/packaging/create.py
@@ -674,7 +674,3 @@ def main():
# program.write_setup_script()
# packaging.util.cfg_to_args()
program()
-
-
-if __name__ == '__main__':
- main()