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

git/cmd.py

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy