From 23e530a135fc419fba401448290f8b1809e23f53 Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Mon, 10 Dec 2018 13:45:34 +0530 Subject: glusterfind: python2 to python3 compat Made necessary modifications to ensure python3 compatibilty. fixes: bz#1658116 Change-Id: I5cf1d0447eaf3c44eb444245d1f67aadd60705c3 Signed-off-by: Shwetha K Acharya --- tools/glusterfind/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/glusterfind/src/Makefile.am') diff --git a/tools/glusterfind/src/Makefile.am b/tools/glusterfind/src/Makefile.am index c180f051933..43b6141b01c 100644 --- a/tools/glusterfind/src/Makefile.am +++ b/tools/glusterfind/src/Makefile.am @@ -2,7 +2,7 @@ glusterfinddir = $(GLUSTERFS_LIBEXECDIR)/glusterfind if WITH_SERVER glusterfind_PYTHON = conf.py utils.py __init__.py \ - main.py libgfchangelog.py changelogdata.py + main.py libgfchangelog.py changelogdata.py gfind_py2py3.py glusterfind_SCRIPTS = changelog.py nodeagent.py \ brickfind.py -- cgit