Skip to content
Snippets Groups Projects
Commit e7b2ed5f authored by erichard's avatar erichard
Browse files

refactor file name

parent b87639d1
No related branches found
No related tags found
1 merge request!69User option
......@@ -6,7 +6,7 @@ from .request_db import send_query_to_db
from . import bp
if(os.environ["UserOption"]=="true"):
from .sqlStmtOptUser import queries, FORBIDEN_LABEL_ONLY, ALL_LABEL_TYPE
from .sqlStmtUserOption import queries, FORBIDEN_LABEL_ONLY, ALL_LABEL_TYPE
else:
from .sqlStmt import queries, FORBIDEN_LABEL_ONLY, ALL_LABEL_TYPE
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment