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/cmd.py | |
parent | 52ab307935bd2bbda52f853f9fc6b49f01897727 (diff) | |
download | gitpython-9c0c2fc4ee2d8a5d0a2de50ba882657989dedc51.tar.gz |
finished cleaning usage of regular expressions - they are now precompiled
Diffstat (limited to 'lib/git/cmd.py')
-rw-r--r-- | lib/git/cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git/cmd.py b/lib/git/cmd.py index aef53350..21e235b1 100644 --- a/lib/git/cmd.py +++ b/lib/git/cmd.py @@ -6,7 +6,6 @@ import os, sys import subprocess -import re from utils import * from errors import GitCommandError |