summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-13 17:21:00 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-06-13 17:21:00 +0100
commit840c4f639bc253bcc8c1d03178e2a4e292f9e9ef (patch)
tree755cbdab98dbbd9fe1af7fcedfa24762ddb14472 /morphlib/__init__.py
parent6986f4c9c4c64217f762366d8fe34003864d8df2 (diff)
downloadmorph-840c4f639bc253bcc8c1d03178e2a4e292f9e9ef.tar.gz
morphlib: add artifact cache reference class
The artifact cache doesn't need to know the whole of an artifact object to be able to retrieve something from the cache, just the basename. This can be generated from the contents, or just saved itself.
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index baf4c253..4d9ad22e 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -26,6 +26,7 @@ class Error(cliapp.AppException):
import artifact
+import artifactcachereference
import artifactresolver
import bins
import buildenvironment