mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
Removing unused __main__ sections
This commit is contained in:
@@ -474,7 +474,3 @@ class install_misc (Command):
|
||||
|
||||
def get_outputs (self):
|
||||
return self.outfiles
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print "ok"
|
||||
|
||||
@@ -1224,8 +1224,3 @@ def fix_help_options (options):
|
||||
for help_tuple in options:
|
||||
new_options.append(help_tuple[0:3])
|
||||
return new_options
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
dist = Distribution()
|
||||
print "ok"
|
||||
|
||||
Reference in New Issue
Block a user