aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 19:59:18 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:14 +0200
commit64350e14020201442af80bbcca866ab6268badda (patch)
tree4106e6642db70a084dda18d44ca70d65fb2afc38
parentb27199d37d17ed20bcd08ee83744db23ce66ab9d (diff)
15_test_DebianSource: flake8 clean
-rw-r--r--tests/15_test_DebianSource.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/15_test_DebianSource.py b/tests/15_test_DebianSource.py
index 8cfe5852..a9f43d32 100644
--- a/tests/15_test_DebianSource.py
+++ b/tests/15_test_DebianSource.py
@@ -24,6 +24,7 @@ from gbp.deb.source import DebianSource, DebianSourceError
from gbp.deb.format import DebianSourceFormat
from gbp.git.vfs import GitVfs
+
class TestDebianSource(testutils.DebianGitTestRepo):
"""Test L{gbp.deb.source}'s """