aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets/skimage/download.py
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-07-18 10:36:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-18 10:36:43 -0700
commitbaaea531c249d3a13b0d04eca59b8bd0ee58d76b (patch)
treec84b17a34ee8433210a74bf3965c4d9eaa23b8c7 /infra/bots/assets/skimage/download.py
parent4ecb8ab556214c9337f56bc36d50e4d7c655ac7a (diff)
Convert SK Images to new assets format
Diffstat (limited to 'infra/bots/assets/skimage/download.py')
-rwxr-xr-xinfra/bots/assets/skimage/download.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/infra/bots/assets/skimage/download.py b/infra/bots/assets/skimage/download.py
new file mode 100755
index 0000000000..96cc87d43f
--- /dev/null
+++ b/infra/bots/assets/skimage/download.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+#
+# Copyright 2016 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+
+"""Download the current version of the asset."""
+
+
+import common
+
+
+if __name__ == '__main__':
+ common.run('download')