diff options
| author | Guido van Rossum <guido@python.org> | 1999-02-18 14:22:05 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1999-02-18 14:22:05 +0000 |
| commit | b0f99a62d73bdca43ae7ccb2f3f68003f58caf88 (patch) | |
| tree | fcee39feca561fb1aa1952fade5b44ebec4df476 | |
| parent | 29fb54f0ca18caa03948737d9b180be299a8c2e6 (diff) | |
| download | cpython-git-b0f99a62d73bdca43ae7ccb2f3f68003f58caf88.tar.gz | |
Comment out confusing write call.
| -rwxr-xr-x | Tools/modulator/modulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/modulator/modulator.py b/Tools/modulator/modulator.py index c5cc79f3b3..23a2539fc1 100755 --- a/Tools/modulator/modulator.py +++ b/Tools/modulator/modulator.py @@ -372,7 +372,7 @@ def main(): except: sys.stderr.write('An error occurred:-)\n') sys.exit(1) - genmodule.write(sys.stdout, m) + ##genmodule.write(sys.stdout, m) else: sys.stderr.write('Usage: modulator [file]\n') sys.exit(1) |
