| changeset 312 | 42fd5075a5d1 |
| parent 294 | 0e75bd39767d |
--- a/iro/model/job.py Wed Jun 21 00:52:38 2023 +0200 +++ b/iro/model/job.py Tue Apr 15 01:19:47 2025 +0200 @@ -22,10 +22,10 @@ from twisted.python import log, threadable from datetime import datetime -from collections import MutableMapping +from collections.abc import MutableMapping -import schema -import offer +from . import schema +from . import offer from .dbdefer import dbdefer class ExJob: