ee3ca47 Split utils/submit.py

Authored and Committed by mprahl 4 years ago
    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.
    
        
file modified
+1 -1
module_build_service/scheduler/submit.py module_build_service/utils/submit.py
file renamed
+6 -801