aboutsummaryrefslogtreecommitdiff
path: root/src/etc/make-snapshot.py
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-05-02 23:37:52 -0700
committerGraydon Hoare <[email protected]>2011-05-02 23:37:52 -0700
commitd987b49a4bd658d59501b7c4d4ccba3083093037 (patch)
tree1584e6fa8e986c1660952d26ea0840be86418d62 /src/etc/make-snapshot.py
parentExtract ast.is_exported from the resolve module (diff)
downloadrust-d987b49a4bd658d59501b7c4d4ccba3083093037.tar.xz
rust-d987b49a4bd658d59501b7c4d4ccba3083093037.zip
More hacking on the snapshot system.
Diffstat (limited to 'src/etc/make-snapshot.py')
-rwxr-xr-xsrc/etc/make-snapshot.py2
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)