We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3caf commit ad088b9Copy full SHA for ad088b9
git/repo/base.py
@@ -40,8 +40,6 @@
40
log = logging.getLogger(__name__)
41
42
DefaultDBType = GitCmdObjectDB
43
-if sys.version_info[:2] < (2, 5): # python 2.4 compatiblity
44
- DefaultDBType = GitCmdObjectDB
45
# END handle python 2.4
46
47
BlameEntry = namedtuple('BlameEntry', ['commit', 'linenos', 'orig_path', 'orig_linenos'])
0 commit comments