diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-01-17 23:28:42 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-01-17 23:28:42 -0800 |
| commit | 6b6acde972bfd646e5b8a3eeaabd613c44d1028c (patch) | |
| tree | 1057dd2b7728eb3a37a7d0ed222c847329501578 /src/etc/mirror-all-snapshots.py | |
| parent | 1244c0b6fd8325e1eab274e6d9b989e1ee1e2c57 (diff) | |
| download | rust-6b6acde972bfd646e5b8a3eeaabd613c44d1028c.tar.gz rust-6b6acde972bfd646e5b8a3eeaabd613c44d1028c.zip | |
Add a license check to tidy. #4018
Diffstat (limited to 'src/etc/mirror-all-snapshots.py')
| -rw-r--r-- | src/etc/mirror-all-snapshots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/mirror-all-snapshots.py b/src/etc/mirror-all-snapshots.py index f4bb8c042ea..f1fce7a94b5 100644 --- a/src/etc/mirror-all-snapshots.py +++ b/src/etc/mirror-all-snapshots.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# xfail-license import os, tarfile, hashlib, re, shutil from snapshot import * |
