[ARVADOS] updated: 7e4183261af428dfc63489f9be6cc2417348e021
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 17 12:30:07 EST 2014
Summary of changes:
sdk/python/arvados/util.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 7e4183261af428dfc63489f9be6cc2417348e021 (commit)
from b007a36da0d5c3a4cb5fcee340a61e2a515ac37b (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 7e4183261af428dfc63489f9be6cc2417348e021
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Feb 17 09:27:21 2014 -0800
Fix more namespace bugs.
diff --git a/sdk/python/arvados/util.py b/sdk/python/arvados/util.py
index 667b44c..7148b92 100644
--- a/sdk/python/arvados/util.py
+++ b/sdk/python/arvados/util.py
@@ -5,7 +5,7 @@ import re
import subprocess
import errno
import sys
-import arvados.collection
+from arvados.collection import *
def clear_tmpdir(path=None):
"""
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list