diff options
author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-20 15:22:32 +0800 |
---|---|---|
committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-20 15:22:32 +0800 |
commit | 3b13c115994461fb6bafe5dd06490aae020568c1 (patch) | |
tree | 9a1e0a8fc9ec0e8bdb7554def440b642ac303a2c /git/repo/base.py | |
parent | da8aeec539da461b2961ca72049df84bf30473e1 (diff) | |
parent | a77eab2b5668cd65a3230f653f19ee00c34789bf (diff) | |
download | gitpython-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.py | 1 |
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 |