mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 69881 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69881 | tarek.ziade | 2009-02-22 21:15:41 +0100 (Sun, 22 Feb 2009) | 1 line Removing unused __main__ sections ........
This commit is contained in:
parent
ea1a7d1936
commit
929a723690
2 changed files with 0 additions and 9 deletions
|
@ -436,7 +436,3 @@ class install_misc(Command):
|
|||
|
||||
def get_outputs (self):
|
||||
return self.outfiles
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("ok")
|
||||
|
|
|
@ -1180,8 +1180,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue