summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-12 13:58:49 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-12 17:36:26 +0100
commit8902a85ee612e98601daea8cca1e46c49511d106 (patch)
tree13f27058be25c1aef1272a1895044ddab90bc617 /morphlib/__init__.py
parentf474282b188524f3830acb797404978af16fda8f (diff)
downloadmorph-8902a85ee612e98601daea8cca1e46c49511d106.tar.gz
morphlib: add cachekeycomputer class
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 ab21e4c0..26727929 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -28,6 +28,7 @@ import buildworker
import builder
import cachedir
import cachedrepo
+import cachekeycomputer
import dependencyresolver
import execute
import fsutils