From d2450ef7421c881ea238e2944647ea3fd5735211 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Sun, 28 Feb 2021 14:46:50 +0530 Subject: [PATCH] fix: change import path for new_site command `_new_site` has been moved to `installer.py` in frappe/frappe#12447 Signed-off-by: Chinmay D. Pai --- build/common/commands/new.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/common/commands/new.py b/build/common/commands/new.py index ade7e476..22b8a82a 100644 --- a/build/common/commands/new.py +++ b/build/common/commands/new.py @@ -2,8 +2,7 @@ import os import frappe import semantic_version -from frappe.commands.site import _new_site -from frappe.installer import update_site_config +from frappe.installer import _new_site, update_site_config from constants import COMMON_SITE_CONFIG_FILE, RDS_DB, RDS_PRIVILEGES from utils import ( run_command,