From ca9460324adb9e744abf95bd57ce1bfca248313f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 6 Nov 2011 11:38:58 +0100 Subject: 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 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Lib/packaging/create.py') diff --git a/Lib/packaging/create.py b/Lib/packaging/create.py index de05ac8a19..5abe47b37d 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() -- cgit v1.2.1