summaryrefslogtreecommitdiff
path: root/git/repo/base.py
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-20 17:26:16 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-20 17:34:19 +0800
commitdac619e4917b0ad43d836a534633d68a871aecca (patch)
tree7b6608753801c576014a6b5de396230a4ec2bb5b /git/repo/base.py
parent1bb0b1751b38da43dbcd2ec58e71eb7b0138d786 (diff)
downloadgitpython-dac619e4917b0ad43d836a534633d68a871aecca.tar.gz
Drop python 2.7 support and help with encodings
Fixes #312
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