aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_psd.py.in
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-12 11:06:35 +0000
committerng0 <ng0@n0.is>2019-02-12 11:06:35 +0000
commit7ea95acef854071a7cd220c5b0006681f560bbdd (patch)
tree5fa1ec4d081880f244eb1288e8a055b8f989a1b4 /src/fs/test_gnunet_fs_psd.py.in
parentcf521c41f72c380cc8fc50cbd0d8836e9ebe3252 (diff)
downloadgnunet-7ea95acef854071a7cd220c5b0006681f560bbdd.tar.gz
gnunet-7ea95acef854071a7cd220c5b0006681f560bbdd.zip
util: futurize fs/test_gnunet_fs_psd
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'src/fs/test_gnunet_fs_psd.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_psd.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/test_gnunet_fs_psd.py.in b/src/fs/test_gnunet_fs_psd.py.in
index 416ab5db3..d5a036c28 100755
--- a/src/fs/test_gnunet_fs_psd.py.in
+++ b/src/fs/test_gnunet_fs_psd.py.in
@@ -18,6 +18,7 @@
18# SPDX-License-Identifier: AGPL3.0-or-later 18# SPDX-License-Identifier: AGPL3.0-or-later
19# 19#
20# Testcase for file-sharing command-line tools (publish, search, download) 20# Testcase for file-sharing command-line tools (publish, search, download)
21from __future__ import print_function
21import sys 22import sys
22import os 23import os
23import subprocess 24import subprocess