Skip to content

Commit ad088b9

Browse files
committed
refact(odb): remove unneeded PY24 compat code after gitpython-developers#304(set GitCmdDb)
1 parent fee3caf commit ad088b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

git/repo/base.py

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
log = logging.getLogger(__name__)
4141

4242
DefaultDBType = GitCmdObjectDB
43-
if sys.version_info[:2] < (2, 5): # python 2.4 compatiblity
44-
DefaultDBType = GitCmdObjectDB
4543
# END handle python 2.4
4644

4745
BlameEntry = namedtuple('BlameEntry', ['commit', 'linenos', 'orig_path', 'orig_linenos'])

0 commit comments

Comments
 (0)