Skip to content

Commit 6576d55

Browse files
committed
tabs to spaces
1 parent ea54328 commit 6576d55

32 files changed

+5119
-5119
lines changed

gitdb/__init__.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
#{ Initialization
1111
def _init_externals():
12-
"""Initialize external projects by putting them into the path"""
13-
for module in ('async', 'smmap'):
14-
sys.path.append(os.path.join(os.path.dirname(__file__), 'ext', module))
15-
16-
try:
17-
__import__(module)
18-
except ImportError:
19-
raise ImportError("'%s' could not be imported, assure it is located in your PYTHONPATH" % module)
20-
#END verify import
21-
#END handel imports
22-
12+
"""Initialize external projects by putting them into the path"""
13+
for module in ('async', 'smmap'):
14+
sys.path.append(os.path.join(os.path.dirname(__file__), 'ext', module))
15+
16+
try:
17+
__import__(module)
18+
except ImportError:
19+
raise ImportError("'%s' could not be imported, assure it is located in your PYTHONPATH" % module)
20+
#END verify import
21+
#END handel imports
22+
2323
#} END initialization
2424

2525
_init_externals()

0 commit comments

Comments
 (0)