From eb2c261e600d934fa4bb833e67071c45513e78c4 Mon Sep 17 00:00:00 2001 From: Raghav Verma Date: Fri, 27 Feb 2026 20:18:02 +0000 Subject: [PATCH] Add "shutil" to constants.py --- lib/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants.py b/lib/constants.py index bdd2d9d..efe7bbd 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -136,6 +136,7 @@ "runpy", "safer_pickle", "saferpickle", + "shutil", "socket", "ssl", "stdin",