From 9c0c2fc4ee2d8a5d0a2de50ba882657989dedc51 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 9 Oct 2009 16:04:54 +0200 Subject: finished cleaning usage of regular expressions - they are now precompiled --- lib/git/repo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/git/repo.py') diff --git a/lib/git/repo.py b/lib/git/repo.py index 1c4b4095..811cf6f0 100644 --- a/lib/git/repo.py +++ b/lib/git/repo.py @@ -5,7 +5,6 @@ # the BSD License: http://www.opensource.org/licenses/bsd-license.php import os -import re import gzip import StringIO from errors import InvalidGitRepositoryError, NoSuchPathError -- cgit v1.2.1