4823: Remove sync_mode() from Collection in favor of writable() flag.
[arvados.git] / sdk / python / arvados / __init__.py
index 91fe460aea4d61d729b0ba13baf826f3c1e7127c..8986e41baaffe65d9e2cd1d823956b564413262f 100644 (file)
@@ -18,7 +18,7 @@ import fcntl
 import time
 import threading
 
-from apisetup import api, http_cache
+from .api import api, http_cache
 from collection import CollectionReader, CollectionWriter, ResumableCollectionWriter
 from keep import *
 from stream import *