From e030aa4aea34ae10c7fb69446013804ad12cf36b Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 26 Oct 2005 14:51:34 -0400 Subject: [PATCH] Remove unused import in stgit/git.py The "glob" module isn't used in stgit/git.py, so don't import it. Signed-off-by: Chuck Lever --- stgit/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgit/git.py b/stgit/git.py index df3adad..58a4841 100644 --- a/stgit/git.py +++ b/stgit/git.py @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import sys, os, glob, popen2 +import sys, os, popen2 from stgit.utils import * -- 2.11.0