Skip to content

Commit 8486f2d

Browse files
committed
Merge pull request #443 from boegel/fix_ordereddict
import OrderedDict from git.odict rather than directly from collections, to pix Py2.6 compatibility
2 parents 1537aab + 9989f89 commit 8486f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import errno
1414
import mmap
1515

16-
from collections import OrderedDict
16+
from git.odict import OrderedDict
1717

1818
from contextlib import contextmanager
1919
import signal

0 commit comments

Comments
 (0)