diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-09 16:04:54 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-09 16:04:54 +0200 |
commit | 9c0c2fc4ee2d8a5d0a2de50ba882657989dedc51 (patch) | |
tree | d7e7e227b216e451a5224d7f60b3fee1ed5be71e /lib/git/repo.py | |
parent | 52ab307935bd2bbda52f853f9fc6b49f01897727 (diff) | |
download | gitpython-9c0c2fc4ee2d8a5d0a2de50ba882657989dedc51.tar.gz |
finished cleaning usage of regular expressions - they are now precompiled
Diffstat (limited to 'lib/git/repo.py')
-rw-r--r-- | lib/git/repo.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |