chiark / gitweb /
Remove unused import in stgit/git.py
authorChuck Lever <cel@netapp.com>
Wed, 26 Oct 2005 18:51:34 +0000 (14:51 -0400)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:12 +0000 (20:47 +0100)
The "glob" module isn't used in stgit/git.py, so don't import it.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py

index df3adad14dea8a098e6b7ac67687ea3766c03109..58a4841b64cc864046588b1b21124e0973ef1b99 100644 (file)
@@ -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 *