From c1cc12d14dd792c777d95bede32f52183c539069 Mon Sep 17 00:00:00 2001 From: Maneeshmohan1 <38549353+Maneeshmohan1@users.noreply.github.com> Date: Sat, 9 Jan 2021 21:38:41 +0530 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4456a8a..29694f8 100644 --- a/setup.py +++ b/setup.py @@ -82,9 +82,9 @@ def validate_modules(requires): def print_not_found(not_found, msg): limits = "=" * max(map(len, not_found)) - print "\n{}\n{}\n{}\n{}\n".format(msg, limits, + print("\n{}\n{}\n{}\n{}\n".format(msg, limits, "\n".join(not_found), - limits) + limits)) not_found = validate_modules(MANUAL_REQUIRE) if not_found: