From 5b9fe286af3e68f7bcc2d903367ec550f18cd012 Mon Sep 17 00:00:00 2001 From: Steffen Date: Fri, 30 Apr 2021 16:05:28 +0200 Subject: [PATCH] fix: error for bench drop-site. Added missing import. (cherry picked from commit 80e009f8069c32ecd5420e8a3279c11bddf455cc) --- frappe/commands/site.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/commands/site.py b/frappe/commands/site.py index 0102d3ac40..022fe5f22d 100755 --- a/frappe/commands/site.py +++ b/frappe/commands/site.py @@ -1,6 +1,7 @@ # imports - standard imports import os import sys +import shutil # imports - third party imports import click