summaryrefslogtreecommitdiff
path: root/lib/git/repo.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-31 17:54:39 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-31 17:54:39 -0400
commitd5625170b248edc6a570c977fb1f8e7430ffd0b5 (patch)
treed6751b8ae970ddec6a1d110973f6fd45167884e2 /lib/git/repo.py
parentdafe71a3e2d5cfb9b80805a26d5442ca5ad8332f (diff)
downloadgitpython-d5625170b248edc6a570c977fb1f8e7430ffd0b5.tar.gz
renamed gitter to cmd since that makes more sense. Fixed up changes doc.
Diffstat (limited to 'lib/git/repo.py')
-rw-r--r--lib/git/repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/repo.py b/lib/git/repo.py
index c130650e..015ce4a8 100644
--- a/lib/git/repo.py
+++ b/lib/git/repo.py
@@ -2,7 +2,7 @@ import os
import re
from errors import InvalidGitRepositoryError, NoSuchPathError
from utils import touch
-from gitter import Git
+from cmd import Git
from head import Head
from blob import Blob
from tag import Tag