summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-04-14 16:33:35 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-04-14 16:54:30 +0900
commit5cd5797df00528c063dd58337c0f51c3329d5d65 (patch)
tree6d403abee160dd5552634216320123239eed8aff
parent6243d4ffc6d0c304a56dc7f74c76c8d3ce9b87a4 (diff)
downloadbuildstream-5cd5797df00528c063dd58337c0f51c3329d5d65.tar.gz
_artifactcache/__init__.py: Add ArtifactCacheUsage to __init__.py
-rw-r--r--buildstream/_artifactcache/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/_artifactcache/__init__.py b/buildstream/_artifactcache/__init__.py
index fad483a57..76435e06f 100644
--- a/buildstream/_artifactcache/__init__.py
+++ b/buildstream/_artifactcache/__init__.py
@@ -18,3 +18,4 @@
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
from .artifactcache import ArtifactCache, ArtifactCacheSpec, CACHE_SIZE_FILE
+from .artifactcache import ArtifactCacheUsage