diff options
author | biao716.wang <biao716.wang@samsung.com> | 2022-10-28 12:42:00 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2022-10-28 22:27:21 +0900 |
commit | 1e5da010ab8cb514b495eb7c1d3afce6baec7f4d (patch) | |
tree | 5b76563463d1b46ff399bf99907c54e5ce03e561 /tests/15_test_DebianSource.py | |
parent | b0bfbb2cab1b0ebdc9657c89de6bc21ab0de173b (diff) | |
download | git-buildpackage-1e5da010ab8cb514b495eb7c1d3afce6baec7f4d.tar.gz git-buildpackage-1e5da010ab8cb514b495eb7c1d3afce6baec7f4d.tar.bz2 git-buildpackage-1e5da010ab8cb514b495eb7c1d3afce6baec7f4d.zip |
port code from python2.x to python3.x
Change-Id: I798c72d07e44839cc5d1e25ec75fca0bd8068567
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'tests/15_test_DebianSource.py')
-rw-r--r-- | tests/15_test_DebianSource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/15_test_DebianSource.py b/tests/15_test_DebianSource.py index feca6256..a4ea5562 100644 --- a/tests/15_test_DebianSource.py +++ b/tests/15_test_DebianSource.py @@ -18,7 +18,7 @@ from . import context import os -import testutils +from . import testutils from gbp.deb.source import DebianSource, DebianSourceError from gbp.deb.format import DebianSourceFormat from gbp.git.vfs import GitVfs |