From eb362413076846559ac1c22a32e2e29174055fcb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 9 Apr 2012 16:16:03 +0100 Subject: 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. --- morphlib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/__init__.py') 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 -- cgit v1.2.1