diff options
author | Michael Trier <mtrier@gmail.com> | 2008-05-31 17:54:39 -0400 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-05-31 17:54:39 -0400 |
commit | d5625170b248edc6a570c977fb1f8e7430ffd0b5 (patch) | |
tree | d6751b8ae970ddec6a1d110973f6fd45167884e2 /lib/git/repo.py | |
parent | dafe71a3e2d5cfb9b80805a26d5442ca5ad8332f (diff) | |
download | gitpython-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.py | 2 |
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 |