From 735350448122b250c74eee1684c0637fdc2deaa6 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 9 Feb 2012 17:16:50 +0100 Subject: update init* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-python') diff --git a/init-python b/init-python index 77b1dca..a9e245e 100644 --- a/init-python +++ b/init-python @@ -4,6 +4,6 @@ python () { # Python-mode: # integrates pylint, rope, pydoc, pyflakes # + extra highlighting, whitespace removal ... - do_git_submodule $1 "git-python-mode" + do_git_submodule $1 "git-python-mode" || return $? } register python -- cgit