diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-04-22 22:03:46 +0300 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-04-26 14:52:23 +0200 |
commit | adf81b7c8676cc04acdaccad4ff881e84c4139ae (patch) | |
tree | 33ee829ba4a2eb8c2ea6d5b0fd2ae4ffbb73da23 | |
parent | 36341dda9000381a9d85c72e95d03296ae65a3b1 (diff) | |
download | git-buildpackage-adf81b7c8676cc04acdaccad4ff881e84c4139ae.tar.gz git-buildpackage-adf81b7c8676cc04acdaccad4ff881e84c4139ae.tar.bz2 git-buildpackage-adf81b7c8676cc04acdaccad4ff881e84c4139ae.zip |
tests: add missing import in test_Changelog
That was erroneously removed in
3d6b68ae541d6020ff747628b3e44196999e0a50.
and breaks without dch installed
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | tests/test_Changelog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_Changelog.py b/tests/test_Changelog.py index 4e7017fa..d0572c1e 100644 --- a/tests/test_Changelog.py +++ b/tests/test_Changelog.py @@ -5,6 +5,7 @@ Test L{gbp.deb.changelog.ChangeLog} """ from . import context import os +import nose cl_debian = """git-buildpackage (0.5.32) unstable; urgency=low |