From: Markus Lehtonen Date: Thu, 5 Sep 2013 15:55:33 +0000 (+0300) Subject: tests: remove unused import in submodule tests X-Git-Tag: debian/0.6.4~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b8037e34d7e7745349b38df0f5adb2cfdf029d7;p=tools%2Fgit-buildpackage.git tests: remove unused import in submodule tests Change-Id: Ida67f9640624a92ffc1afd90dc33efe01b38db5c Signed-off-by: Markus Lehtonen --- diff --git a/tests/04_test_submodules.py b/tests/04_test_submodules.py index be0d5783..4b072201 100644 --- a/tests/04_test_submodules.py +++ b/tests/04_test_submodules.py @@ -7,7 +7,6 @@ from . import context import os import shutil import tarfile -import tempfile from nose.tools import eq_, ok_ import gbp.log