From 46b78f4a53485849fffa3354983f22f890fdc900 Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Fri, 21 Jun 2019 11:50:30 +0530 Subject: [PATCH] fix: Remove the infamous print style --- bench/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/app.py b/bench/app.py index 8b6c25e2..72f91020 100755 --- a/bench/app.py +++ b/bench/app.py @@ -1,3 +1,4 @@ +from __future__ import print_function import os from .utils import (exec_cmd, get_frappe, check_git_for_shallow_clone, build_assets, restart_supervisor_processes, get_cmd_output, run_frappe_cmd, CommandFailedError,