diff options
| author | Frederick Muriuki Muriithi | 2024-07-25 11:07:33 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-07-25 14:34:09 -0500 |
| commit | 754e8f214b940e05298cb360ed829f5c685d55a5 (patch) | |
| tree | 62c2c5b601746621f0949b38937ad232f006dee2 /scripts/rqtl2/entry.py | |
| parent | de9e1b9fe37928b864bea28b408de6c14d04526b (diff) | |
| download | gn-uploader-754e8f214b940e05298cb360ed829f5c685d55a5.tar.gz | |
Rename module: qc_app --> uploader
Diffstat (limited to 'scripts/rqtl2/entry.py')
| -rw-r--r-- | scripts/rqtl2/entry.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rqtl2/entry.py b/scripts/rqtl2/entry.py index 93fc130..b7fb68e 100644 --- a/scripts/rqtl2/entry.py +++ b/scripts/rqtl2/entry.py @@ -6,9 +6,9 @@ from argparse import Namespace from redis import Redis from MySQLdb import Connection -from qc_app import jobs -from qc_app.db_utils import database_connection -from qc_app.check_connections import check_db, check_redis +from uploader import jobs +from uploader.db_utils import database_connection +from uploader.check_connections import check_db, check_redis from scripts.redis_logger import setup_redis_logger |
