diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/cmd.py | 4 | ||||
-rw-r--r-- | Lib/distutils/dist.py | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index 295c914..800425d 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -436,7 +436,3 @@ class install_misc(Command): def get_outputs (self): return self.outfiles - - -if __name__ == "__main__": - print("ok") diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py index 6c4b4af..7c30e88 100644 --- a/Lib/distutils/dist.py +++ b/Lib/distutils/dist.py @@ -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") |