summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-17 20:50:58 +0100
committerLars Wirzenius <liw@liw.fi>2011-10-17 20:50:58 +0100
commit98507401bd5e3d52b448c7890f952f1a5ff01567 (patch)
treef96de8a09bc4639e4106f3ff117cb3f8f87a66d4 /morphlib/__init__.py
parentac699d56f600ff7109af0bf1c7a3744c49ebc4b5 (diff)
downloadmorph-98507401bd5e3d52b448c7890f952f1a5ff01567.tar.gz
Start a git module for abstracting away git operations.
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 f4869eb1..6ec0f7fe 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -24,6 +24,7 @@ import bins
import builder
import cachedir
import execute
+import git
import morphology
import tempdir
import util