summaryrefslogtreecommitdiffhomepage
path: root/tests/04_test_submodules.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-09-05 18:55:33 +0300
committerGuido Günther <agx@sigxcpu.org>2013-09-10 09:22:08 +0200
commit6b8037e34d7e7745349b38df0f5adb2cfdf029d7 (patch)
treeb5325559d980688d01acf09a01fba2b59673b72e /tests/04_test_submodules.py
parent1d92bfea61c0565e65f0132082bae20153d9cfb7 (diff)
tests: remove unused import in submodule tests
Change-Id: Ida67f9640624a92ffc1afd90dc33efe01b38db5c Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests/04_test_submodules.py')
-rw-r--r--tests/04_test_submodules.py1
1 files changed, 0 insertions, 1 deletions
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