[ARVADOS] updated: 18e4d66b6fc65bc7dc486b3ff144cce92af5df8c
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 21 15:28:48 EST 2014
Summary of changes:
sdk/python/arvados/collection.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
via 18e4d66b6fc65bc7dc486b3ff144cce92af5df8c (commit)
from 12c9306193a1ec1a427e0ffda3f317a5f9ae091a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 18e4d66b6fc65bc7dc486b3ff144cce92af5df8c
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jan 21 15:29:25 2014 -0500
collection.py import stream
diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py
index 682bbf0..9a680d4 100644
--- a/sdk/python/arvados/collection.py
+++ b/sdk/python/arvados/collection.py
@@ -18,6 +18,8 @@ import fcntl
import time
import threading
+from stream import *
+
class CollectionReader(object):
def __init__(self, manifest_locator_or_text):
if re.search(r'^\S+( [a-f0-9]{32,}(\+\S+)*)+( \d+:\d+:\S+)+\n', manifest_locator_or_text):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list