diff options
| author | Graydon Hoare <[email protected]> | 2011-05-02 23:37:52 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-02 23:37:52 -0700 |
| commit | d987b49a4bd658d59501b7c4d4ccba3083093037 (patch) | |
| tree | 1584e6fa8e986c1660952d26ea0840be86418d62 /src/etc/make-snapshot.py | |
| parent | Extract ast.is_exported from the resolve module (diff) | |
| download | rust-d987b49a4bd658d59501b7c4d4ccba3083093037.tar.xz rust-d987b49a4bd658d59501b7c4d4ccba3083093037.zip | |
More hacking on the snapshot system.
Diffstat (limited to 'src/etc/make-snapshot.py')
| -rwxr-xr-x | src/etc/make-snapshot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/make-snapshot.py b/src/etc/make-snapshot.py index 3d6c48e3..11209b4c 100755 --- a/src/etc/make-snapshot.py +++ b/src/etc/make-snapshot.py @@ -21,4 +21,4 @@ file1 = full_snapshot_name(date, rev, kernel, cpu, h) shutil.move(file0, file1) -print file1 +print(file1) |