From d5625170b248edc6a570c977fb1f8e7430ffd0b5 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 31 May 2008 17:54:39 -0400 Subject: renamed gitter to cmd since that makes more sense. Fixed up changes doc. --- lib/git/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/repo.py') 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 -- cgit v1.2.1