aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/gnunet_pyexpect.py.in
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-12 11:18:20 +0000
committerng0 <ng0@n0.is>2019-02-12 11:18:20 +0000
commitf75426a789a94b6f608f6a8611f1efa44f4a8ce6 (patch)
tree6f88e5ca698f0ad4769f8b1c03fe325c253e64db /src/integration-tests/gnunet_pyexpect.py.in
parentff7c992d1b7442fda03ce1ad10af2a3f030c5adf (diff)
downloadgnunet-f75426a789a94b6f608f6a8611f1efa44f4a8ce6.tar.gz
gnunet-f75426a789a94b6f608f6a8611f1efa44f4a8ce6.zip
integration-tests: futurize gnunet_pyexpect
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'src/integration-tests/gnunet_pyexpect.py.in')
-rw-r--r--src/integration-tests/gnunet_pyexpect.py.in1
1 files changed, 1 insertions, 0 deletions
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 @@
19# 19#
20# Testcase for gnunet-peerinfo 20# Testcase for gnunet-peerinfo
21from __future__ import print_function 21from __future__ import print_function
22from builtins import object
22import os 23import os
23import re 24import re
24import subprocess 25import subprocess