From f1f37b96426a4922b047536595c7fa30713f394a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 18 Feb 2015 14:07:23 +0100 Subject: Remove unused import Gbp-Dch: Ignore --- tests/component/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/component') diff --git a/tests/component/__init__.py b/tests/component/__init__.py index 8bd3f7f..b0376c1 100644 --- a/tests/component/__init__.py +++ b/tests/component/__init__.py @@ -21,15 +21,12 @@ Module for testing individual command line tools of the git-buildpackage suite """ import os -import re import shutil import tempfile -from StringIO import StringIO from nose import SkipTest from nose.tools import eq_, ok_ # pylint: disable=E0611 from .. testutils import GbpLogTester -import gbp.log from gbp.git import GitRepository, GitRepositoryError class ComponentTestGitRepository(GitRepository): -- cgit v1.2.3