2879: Factor out arv-put's cache creation to a utility library.
authorBrett Smith <brett@curoverse.com>
Mon, 9 Jun 2014 15:06:20 +0000 (11:06 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 12 Jun 2014 19:40:16 +0000 (15:40 -0400)
commit75483667d22a4c40ab238a13cb42d565304e05c5
treef892f5a5911daf7f43529596847ab07393b48516
parent4d84c7d2c66ea255db24e2b4159bcafed29ef00d
2879: Factor out arv-put's cache creation to a utility library.

This function will be useful for the Docker image uploader, and
probably other tools as well.
sdk/python/arvados/commands/_util.py [new file with mode: 0644]
sdk/python/arvados/commands/put.py