summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_artifactcache/__init__.py')
-rw-r--r--buildstream/_artifactcache/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/__init__.py b/buildstream/_artifactcache/__init__.py
index 7dc0ce3be..527164622 100644
--- a/buildstream/_artifactcache/__init__.py
+++ b/buildstream/_artifactcache/__init__.py
@@ -18,4 +18,5 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
-from .artifactcache import ArtifactCache, artifact_cache_urls_from_config_node, configured_artifact_cache_urls
+from .artifactcache import ArtifactCache, ArtifactCacheSpec
+from .artifactcache import artifact_cache_specs_from_config_node, configured_remote_artifact_cache_specs