diff options
Diffstat (limited to 'git_command.py')
-rw-r--r-- | git_command.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git_command.py b/git_command.py index 5d73c281..a1769270 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -158,6 +158,8 @@ def git_require(min_version, fail=False, msg=''): | |||
158 | 158 | ||
159 | 159 | ||
160 | class GitCommand(object): | 160 | class GitCommand(object): |
161 | """Wrapper around a single git invocation.""" | ||
162 | |||
161 | def __init__(self, | 163 | def __init__(self, |
162 | project, | 164 | project, |
163 | cmdv, | 165 | cmdv, |