From: Chuck Lever Date: Wed, 26 Oct 2005 18:51:34 +0000 (-0400) Subject: Remove unused import in stgit/git.py X-Git-Tag: v0.14.3~612 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/e030aa4aea34ae10c7fb69446013804ad12cf36b?hp=e7dc3866ae7dc43c8497080de2f541d44dd083d8 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 --- 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 *