chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e7dc386
)
Remove unused import in stgit/git.py
author
Chuck Lever
<cel@netapp.com>
Wed, 26 Oct 2005 18:51:34 +0000
(14:51 -0400)
committer
Catalin 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
patch
|
blob
|
blame
|
history
diff --git
a/stgit/git.py
b/stgit/git.py
index df3adad14dea8a098e6b7ac67687ea3766c03109..58a4841b64cc864046588b1b21124e0973ef1b99 100644
(file)
--- 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
"""
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 *
from stgit.utils import *