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/cmd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/git/cmd.py') 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 -- cgit v1.2.3