aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/clone.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-05 21:26:37 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-05 21:26:37 +0200
commit24cd58b282e62b46e6b215f6e6d9ec09626a578f (patch)
tree69631eb32dec5cb683446f9525bed22c5dfb07fe /gbp/scripts/clone.py
parent29f16cafbf62f5a7ac63565135ebc5de009f0017 (diff)
Remove some leftover configparser imports
Git-Dch: Ignore
Diffstat (limited to 'gbp/scripts/clone.py')
-rwxr-xr-xgbp/scripts/clone.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/scripts/clone.py b/gbp/scripts/clone.py
index b2717fa3..4464350d 100755
--- a/gbp/scripts/clone.py
+++ b/gbp/scripts/clone.py
@@ -19,7 +19,6 @@
#
"""Clone a Git repository and set it up for gbp"""
-from six.moves import configparser
import sys
import os, os.path
from gbp.config import (GbpOptionParser, GbpOptionGroup)