Chenxiong Qi
b21e130555
Reuse make_module in mmd resolver tests
...
Signed-off-by: Chenxiong Qi <cqi@redhat.com >
2020-03-03 14:48:47 -05:00
mprahl
81f2bffdda
Rearrange the imports to meet the style guide
...
This also includes `from __future__ import absolute_import`
in every file so that the imports are consistent in Python 2 and 3.
The Python 2 tests fail without this.
2020-03-03 14:48:47 -05:00
mprahl
c10a6769ed
Move scm.py to common/scm.py
2020-03-03 14:48:47 -05:00
mprahl
9ddb35b8d3
Move models.py to common/models.py and views.py to web/views.py
2020-03-03 14:48:47 -05:00
mprahl
d9f32bff9d
Move errors.py to common/errors.py
2020-03-03 14:48:47 -05:00
mprahl
f6bdaf59bf
Move mmd_resolver.py to web/mmd_resolver.py
2020-03-03 14:48:47 -05:00
mprahl
b16cb88bc3
Move db_session.py to scheduler/db_session.py
2020-03-03 14:48:47 -05:00
mprahl
98b54d211e
Move config.py to common/config.py
2020-03-03 14:48:47 -05:00
mprahl
988f50a7f6
Move auth.py to web/auth.py
2020-03-03 14:48:47 -05:00
mprahl
96b0c85927
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.
2020-03-03 14:48:47 -05:00
mprahl
d3d1f2d3dd
Split utils/mse.py
...
This moves the code used by the backend and API to common/resolve.py
and moves the code used just by the API to web/mse.py.
2020-03-03 14:48:47 -05:00