Commit 305462a3 authored by Tarek Ziadé's avatar Tarek Ziadé

Removing unused __main__ sections

parent df1fb3ab
......@@ -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"
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