summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-09 18:19:58 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-09 18:23:54 +0100
commit8311e0ceea0285f981251399ab793883420de01d (patch)
tree00bee9d2935fa400de574a6efbefa742946f8a9e /morphlib/__init__.py
parentaa47f79da62be1320c0b975edb55054b24448d7f (diff)
downloadmorph-8311e0ceea0285f981251399ab793883420de01d.tar.gz
Add CachedRepo class with tests.
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 a9281b85..62a4ab7c 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -25,6 +25,7 @@ import buildsystem
import buildworker
import builder
import cachedir
+import cachedrepo
import execute
import fsutils
import git