Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f596d commit a77eab2Copy full SHA for a77eab2
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
requirements.txt
@@ -1,2 +1,3 @@
1
gitdb>=0.6.4
2
ddt>=1.1.1
3
+future>=0.9
0 commit comments