summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-02-18 14:07:23 +0100
committerGuido Günther <agx@sigxcpu.org>2015-02-20 11:30:49 +0100
commitf1f37b96426a4922b047536595c7fa30713f394a (patch)
treef4aad6cffaef782794dbcbbc63ed46d0f29526c4 /gbp/config.py
parent600d5d7d82b90dbf468dd1f8417bba86464e3135 (diff)
Remove unused import
Gbp-Dch: Ignore
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 2ca7227..e724853 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -16,7 +16,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""handles command line and config file option parsing for the gbp commands"""
-import sys
from optparse import OptionParser, OptionGroup, Option, OptionValueError
from ConfigParser import SafeConfigParser, NoSectionError
from copy import copy