Split utils/submit.py

This moves the code used by the backend and API to common/submit.py,
the code used just by the API to web/submit.py, and the code used
just by the backend to scheduler/submit.py.
This commit is contained in:
mprahl
2020-01-03 15:51:19 -05:00
parent 85e3a2c496
commit 96b0c85927
23 changed files with 1617 additions and 1608 deletions

View File

@@ -101,7 +101,7 @@ Additionally, the imports should be ordered by standard library, third-party, th
import flask
import requests
import module_build_service.utils
import module_build_service.web
from module_build_service.errors import ValidationError