remove old StoragePathNames(), we can now move into import or storage paths

This commit is contained in:
2021-09-29 16:56:49 +10:00
parent 592b283ceb
commit 34e055d920

View File

@@ -58,7 +58,6 @@ from settings import Settings
from files import Entry, GetJM_Message, ClearJM_Message
from person import Person
from job import Job, GetNumActiveJobs
from path import StoragePathNames
from user import PAUser
####################################### GLOBALS #######################################
@@ -73,7 +72,6 @@ app.jinja_env.globals['ClearJM_Message'] = ClearJM_Message
app.jinja_env.globals['CreateSelect'] = CreateSelect
app.jinja_env.globals['CreateFoldersSelect'] = CreateFoldersSelect
app.jinja_env.globals['LocationIcon'] = LocationIcon
app.jinja_env.globals['StoragePathNames'] = StoragePathNames
# Declare a User Loader for Flask-Login.