From 5a4b032ae5d53b632aad7575af976209be7fe1bb Mon Sep 17 00:00:00 2001 From: Coltonton <41667601+Coltonton@users.noreply.github.com> Date: Tue, 13 Oct 2020 18:37:58 -0400 Subject: [PATCH] Update support_functions.py --- support/support_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/support_functions.py b/support/support_functions.py index 6422a57..f0183bb 100644 --- a/support/support_functions.py +++ b/support/support_functions.py @@ -4,8 +4,8 @@ import difflib from os import path from datetime import datetime -from support.support_variables import AUTO_WELCOME_TEXT, BACKUPS_DIR, CONTRIB_THEMES, DESIRED_AUTO_VER, EXCLUDED_THEMES, IS_AUTO_INSTALL ,MIN_SIM_THRESHOLD -from support.support_variables import RESTORE_WELCOME_TEXT, WELCOME_TEXT +from support.support_variables import AUTO_WELCOME_TEXT, BACKUPS_DIR, CONTRIB_THEMES, DESIRED_AUTO_VER, EXCLUDED_THEMES, IS_AUTO_INSTALL +from support.support_variables import MIN_SIM_THRESHOLD, RESTORE_WELCOME_TEXT, WELCOME_TEXT os.chdir(os.path.dirname(os.path.realpath(__file__))) # __file__ is safer since it doesn't change based on where this file is called from