Skip to content

Commit 9989f89

Browse files
committed
import OrderedDict from git.odict rather than directly from collections, to pix Py2.6 compatibility
1 parent 1537aab commit 9989f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)