4823: Fix tests broken by prior refactoring. Renamed 'api.py' to 'apisetup.py'
[arvados.git] / sdk / python / arvados / __init__.py
index e4d148e1ca1beedb95fa71bbe5b7a8eb1fb755d6..91fe460aea4d61d729b0ba13baf826f3c1e7127c 100644 (file)
@@ -18,7 +18,7 @@ import fcntl
 import time
 import threading
 
-from api import *
+from apisetup import api, http_cache
 from collection import CollectionReader, CollectionWriter, ResumableCollectionWriter
 from keep import *
 from stream import *