Remove unneeded import
authorKarl Hasselström <kha@treskal.com>
Sat, 6 Sep 2008 08:16:22 +0000 (10:16 +0200)
committerKarl 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

index f6c6a35..3cecec0 100644 (file)
@@ -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 *