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