From dac619e4917b0ad43d836a534633d68a871aecca Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 20 Jul 2019 17:26:16 +0800 Subject: Drop python 2.7 support and help with encodings Fixes #312 --- git/repo/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/repo/base.py') 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 -- cgit v1.2.1