diff options
Diffstat (limited to 'scripts/contrib/python/generate-manifest-2.7.py')
| -rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index d93c943c61..48be3a6d74 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
| @@ -153,7 +153,7 @@ if __name__ == "__main__": | |||
| 153 | os.unlink(sys.argv[1]) | 153 | os.unlink(sys.argv[1]) |
| 154 | except Exception: | 154 | except Exception: |
| 155 | sys.exc_clear() | 155 | sys.exc_clear() |
| 156 | outfile = file( sys.argv[1], "w" ) | 156 | outfile = open( sys.argv[1], "w" ) |
| 157 | else: | 157 | else: |
| 158 | outfile = sys.stdout | 158 | outfile = sys.stdout |
| 159 | 159 | ||
