From ff7f7aaa09ff4a532fa43c7318a2ab43d745be3a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 18 Jul 2024 10:49:17 +0100 Subject: [PATCH] Tidying --- theme.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.py b/theme.py index c45d26b31..d88b1ca8d 100644 --- a/theme.py +++ b/theme.py @@ -8,6 +8,10 @@ __status__ = "Production" __module_group__ = "Web Interface" import os +from shutil import copyfile +from shutil import make_archive +from shutil import unpack_archive +from shutil import rmtree from utils import data_dir from utils import string_ends_with from utils import is_account_dir @@ -22,10 +26,6 @@ from utils import remove_html from utils import text_in_file from utils import remove_eol from utils import language_right_to_left -from shutil import copyfile -from shutil import make_archive -from shutil import unpack_archive -from shutil import rmtree from content import dangerous_css