projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d92bfe
)
tests: remove unused import in submodule tests
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Thu, 5 Sep 2013 15:55:33 +0000
(18:55 +0300)
committer
Guido Günther
<agx@sigxcpu.org>
Tue, 10 Sep 2013 07:22:08 +0000
(09:22 +0200)
Change-Id: Ida67f9640624a92ffc1afd90dc33efe01b38db5c
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
tests/04_test_submodules.py
patch
|
blob
|
history
diff --git
a/tests/04_test_submodules.py
b/tests/04_test_submodules.py
index be0d578340c0c8c7fa2703491fe614466641235c..4b072201801a574dafc9f776f4851be89fc4b042 100644
(file)
--- 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