summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-09 16:16:03 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-09 17:25:46 +0100
commiteb362413076846559ac1c22a32e2e29174055fcb (patch)
treed545a4017cc0a67b9dde61c866000af4b0a2122d /morphlib/__init__.py
parent079bbfd447c8534e464ce5d40b80114c2022ebf4 (diff)
downloadmorph-eb362413076846559ac1c22a32e2e29174055fcb.tar.gz
Add a LocalRepoCache class
Jannis and I discussed a refactoring of most of morph's internals to reduce coupling and increase cohesion. This is one of the results: we'll want a couple of classes to manage locally cached git repositories. This commit adds the LocalRepoCache class to manage a the git cache directory. Later on, we'll add the CachedRepo class to represent individual repositories.
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 7d4f1293..a9281b85 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -28,6 +28,7 @@ import cachedir
import execute
import fsutils
import git
+import localrepocache
import morphology
import morphologyloader
import savefile