From 15dd52cd578691930cea194e003fa80dd02f40eb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 9 Feb 2014 21:23:51 +0100 Subject: tabs to 4 spaces - overall state of this branch is desolate, but fixable. Needs plenty of work --- git/db/dulwich/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'git/db/dulwich/__init__.py') diff --git a/git/db/dulwich/__init__.py b/git/db/dulwich/__init__.py index 92d30941..26f63652 100644 --- a/git/db/dulwich/__init__.py +++ b/git/db/dulwich/__init__.py @@ -1,12 +1,12 @@ """Dulwich module initialization""" def init_dulwich(): - """:raise ImportError: if dulwich is not present""" - try: - import dulwich - except ImportError: - raise ImportError("Could not find 'dulwich' in the PYTHONPATH - dulwich functionality is not available") - #END handle dulwich import + """:raise ImportError: if dulwich is not present""" + try: + import dulwich + except ImportError: + raise ImportError("Could not find 'dulwich' in the PYTHONPATH - dulwich functionality is not available") + #END handle dulwich import -- cgit v1.2.3