remove old StoragePathNames(), we can now move into import or storage paths
This commit is contained in:
2
main.py
2
main.py
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user