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

Commit7cf2d5f

Browse files
committed
Merge branch 'refactor' into submodule
2 parentsebe8f64 +9519f18 commit7cf2d5f

File tree

7 files changed

+409
-354
lines changed

7 files changed

+409
-354
lines changed

‎lib/git/objects/__init__.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
"""
44
importinspect
55
frombaseimport*
6+
# Fix import dependency - add IndexObject to the util module, so that it can be
7+
# imported by the submodule.base
8+
importsubmodule.util
9+
submodule.util.IndexObject=IndexObject
10+
fromsubmodule.baseimport*
11+
fromsubmodule.rootimport*
12+
13+
# must come after submodule was made available
614
fromtagimport*
715
fromblobimport*
8-
fromtreeimport*
916
fromcommitimport*
10-
fromsubmoduleimport*
17+
fromtreeimport*
1118
fromutilimportActor
1219

1320
__all__= [nameforname,objinlocals().items()

‎lib/git/objects/submodule/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp