diff options
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 |