From: Karl Hasselström Date: Sat, 6 Sep 2008 08:16:22 +0000 (+0200) Subject: Remove unneeded import X-Git-Tag: v0.15-rc1~162 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/a1923ca89d84e6e2d39c5b6de1411623c5551484?ds=sidebyside Remove unneeded import Signed-off-by: Karl Hasselström --- diff --git a/stgit/commands/common.py b/stgit/commands/common.py index f6c6a35..3cecec0 100644 --- 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 *