Skip to content

Commit

Permalink
Update support_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltonton committed Oct 13, 2020
1 parent b0a3f5a commit 5a4b032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/support_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a4b032

Please sign in to comment.