summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/artifactcache.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2018-10-11 16:23:54 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-10-11 16:23:54 +0000
commita0712eadd423c2bc98f195d972030455d65a81ae (patch)
treee2cf1de4308e3b6b24256b2fc9368f33c0191b7d /buildstream/_artifactcache/artifactcache.py
parent39492db848a193d2d8bc1b827b3bd1934bdd7a3f (diff)
parentefc0d4cc4d6d2f78e79610365ece32d3cc4e5830 (diff)
downloadbuildstream-a0712eadd423c2bc98f195d972030455d65a81ae.tar.gz
Merge branch 'tristan/refactor-types-api' into 'master'
Refactor types api See merge request BuildStream/buildstream!870
Diffstat (limited to 'buildstream/_artifactcache/artifactcache.py')
-rw-r--r--buildstream/_artifactcache/artifactcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/artifactcache.py b/buildstream/_artifactcache/artifactcache.py
index 6a9b57f2c..ecb5738d7 100644
--- a/buildstream/_artifactcache/artifactcache.py
+++ b/buildstream/_artifactcache/artifactcache.py
@@ -21,7 +21,7 @@ import os
import string
from collections import Mapping, namedtuple
-from ..element_enums import _KeyStrength
+from ..types import _KeyStrength
from .._exceptions import ArtifactError, ImplError, LoadError, LoadErrorReason
from .._message import Message, MessageType
from .. import utils