summaryrefslogtreecommitdiff
path: root/git/repo/base.py
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-20 15:22:32 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-20 15:22:32 +0800
commit3b13c115994461fb6bafe5dd06490aae020568c1 (patch)
tree9a1e0a8fc9ec0e8bdb7554def440b642ac303a2c /git/repo/base.py
parentda8aeec539da461b2961ca72049df84bf30473e1 (diff)
parenta77eab2b5668cd65a3230f653f19ee00c34789bf (diff)
downloadgitpython-3b13c115994461fb6bafe5dd06490aae020568c1.tar.gz
Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames
Diffstat (limited to 'git/repo/base.py')
-rw-r--r--git/repo/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index f3587080..911494ad 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -4,6 +4,7 @@
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
+from builtins import str
from collections import namedtuple
import logging
import os