From: ng0 Date: Tue, 12 Feb 2019 11:18:20 +0000 (+0000) Subject: integration-tests: futurize gnunet_pyexpect X-Git-Tag: v0.11.0~63^2~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f75426a789a94b6f608f6a8611f1efa44f4a8ce6;p=oweals%2Fgnunet.git integration-tests: futurize gnunet_pyexpect Signed-off-by: ng0 --- diff --git a/src/integration-tests/gnunet_pyexpect.py.in b/src/integration-tests/gnunet_pyexpect.py.in index 73be6f295..83acb908f 100644 --- a/src/integration-tests/gnunet_pyexpect.py.in +++ b/src/integration-tests/gnunet_pyexpect.py.in @@ -19,6 +19,7 @@ # # Testcase for gnunet-peerinfo from __future__ import print_function +from builtins import object import os import re import subprocess