chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ff3db0e
)
Remove unneeded import
author
Karl Hasselström
<kha@treskal.com>
Sat, 6 Sep 2008 08:16:22 +0000
(10:16 +0200)
committer
Karl Hasselström
<kha@treskal.com>
Sat, 6 Sep 2008 08:16:30 +0000
(10:16 +0200)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/common.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/common.py
b/stgit/commands/common.py
index f6c6a350f4d838012449d24252b6e34226ff28be..3cecec074a24880e6dc4e20097a91703b79b4066 100644
(file)
--- a/
stgit/commands/common.py
+++ b/
stgit/commands/common.py
@@
-19,8
+19,6
@@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
import sys, os, os.path, re
-from optparse import OptionParser, make_option
-
from stgit.exception import *
from stgit.utils import *
from stgit.out import *