commit 9c5e10909b878649cecc0c0d32a8d25511f6aad6 parent c1553475cdf5614159b1e46f602567a5fdd61b85 Author: MS <ms@taler.net> Date: Mon, 7 Dec 2020 14:34:28 +0100 fix import error Diffstat:
| M | integration-tests/tests.py | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -12,7 +12,8 @@ from util import ( assertResponse, flushTablesSandbox, flushTablesNexus, - makeNexusSuperuser + makeNexusSuperuser, + removeStaleDatabase ) # Base URLs