summaryrefslogtreecommitdiff
path: root/tests/component/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/component/__init__.py')
-rw-r--r--tests/component/__init__.py3
1 files changed, 0 insertions, 3 deletions
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):