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

Commitf573b68

Browse files
committed
tabs to 4 spaces - this won't make integrating the patches easier, but it's probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
1 parent0b820e6 commitf573b68

Some content is hidden

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

54 files changed

+13751
-13751
lines changed

‎git/__init__.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
#{ Initialization
1515
def_init_externals():
16-
"""Initialize external projects by putting them into the path"""
17-
sys.path.append(os.path.join(os.path.dirname(__file__),'ext','gitdb'))
18-
19-
try:
20-
importgitdb
21-
exceptImportError:
22-
raiseImportError("'gitdb' could not be found in your PYTHONPATH")
23-
#END verify import
24-
16+
"""Initialize external projects by putting them into the path"""
17+
sys.path.append(os.path.join(os.path.dirname(__file__),'ext','gitdb'))
18+
19+
try:
20+
importgitdb
21+
exceptImportError:
22+
raiseImportError("'gitdb' could not be found in your PYTHONPATH")
23+
#END verify import
24+
2525
#} END initialization
2626

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

5050
#} END imports
5151

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp