From 2e7e82b114a5c1b3eb61f171c376e1cf85563d07 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 29 Jul 2019 08:11:21 +0800 Subject: Drop python 2 support, again (revert previous revert) This reverts commit 913d806f02cf50250d230f88b897350581f80f6b. --- git/repo/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/repo') diff --git a/git/repo/base.py b/git/repo/base.py index af8e0c74..52eeb67b 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.3