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

Commite4d8fb7

Browse files
committed
Merge pull requestgitpython-developers#204 from hashar/pep8-linting
Pep8 linting
2 parents7aba59a +c8e7074 commite4d8fb7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3152
-3031
lines changed

‎git/__init__.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
def_init_externals():
1616
"""Initialize external projects by putting them into the path"""
1717
sys.path.append(os.path.join(os.path.dirname(__file__),'ext','gitdb'))
18-
18+
1919
try:
2020
importgitdb
2121
exceptImportError:
2222
raiseImportError("'gitdb' could not be found in your PYTHONPATH")
2323
#END verify import
24-
24+
2525
#} END initialization
2626

2727
#################
@@ -41,14 +41,13 @@ def _init_externals():
4141
fromgit.remoteimport*
4242
fromgit.indeximport*
4343
fromgit.utilimport (
44-
LockFile,
45-
BlockingLockFile,
44+
LockFile,
45+
BlockingLockFile,
4646
Stats,
4747
Actor
4848
)
4949

5050
#} END imports
5151

52-
__all__= [nameforname,objinlocals().items()
53-
ifnot (name.startswith('_')orinspect.ismodule(obj)) ]
54-
52+
__all__= [nameforname,objinlocals().items()
53+
ifnot (name.startswith('_')orinspect.ismodule(obj))]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp