Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8486f2d

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 parents1537aab +9989f89 commit8486f2d

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
importerrno
1414
importmmap
1515

16-
fromcollectionsimportOrderedDict
16+
fromgit.odictimportOrderedDict
1717

1818
fromcontextlibimportcontextmanager
1919
importsignal

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp