We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3953d71 commit a6f596dCopy full SHA for a6f596d
git/repo/base.py
@@ -4,7 +4,7 @@
4
# This module is part of GitPython and is released under
5
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
6
7
-from builtins import str
+from __builtins__ import str
8
from collections import namedtuple
9
import logging
10
import os
0 commit comments