Commit ead79016 authored by Tarek Ziadé's avatar Tarek Ziadé

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
........
parent 91c68e15
......@@ -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")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment