2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00

fix: Remove the infamous print style

This commit is contained in:
Aditya Hase 2019-06-21 11:50:30 +05:30
parent 0859e55636
commit 46b78f4a53

View File

@ -1,3 +1,4 @@
from __future__ import print_function
import os import os
from .utils import (exec_cmd, get_frappe, check_git_for_shallow_clone, build_assets, from .utils import (exec_cmd, get_frappe, check_git_for_shallow_clone, build_assets,
restart_supervisor_processes, get_cmd_output, run_frappe_cmd, CommandFailedError, restart_supervisor_processes, get_cmd_output, run_frappe_cmd, CommandFailedError,