From ae54e18d7ca7bc8b8fbc667119fb60b25f0f3871 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 20 May 2008 23:26:06 +0200 Subject: made subprocess not use a shell... --- lib/git_python/utils.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/git_python/utils.py') diff --git a/lib/git_python/utils.py b/lib/git_python/utils.py index 2bd6f2cd..c2140ba0 100644 --- a/lib/git_python/utils.py +++ b/lib/git_python/utils.py @@ -1,6 +1,3 @@ -def shell_escape(string): - return str(string).replace("'", "\\\\'") - def dashify(string): return string.replace('_', '-') -- cgit v1.2.1