mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
fix: incorrect import statement
use six.moves instead of six Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
d1a3017172
commit
699705f64b
@ -4,7 +4,7 @@ from .utils import (exec_cmd, get_frappe, check_git_for_shallow_clone, build_ass
|
||||
restart_supervisor_processes, get_cmd_output, run_frappe_cmd, CommandFailedError,
|
||||
restart_systemd_processes)
|
||||
from .config.common_site_config import get_config
|
||||
from six import reload_module
|
||||
from six.moves import reload_module
|
||||
|
||||
import logging
|
||||
import requests
|
||||
|
Loading…
Reference in New Issue
Block a user