commit | 026e5f25d52635bf1cedf9befcfac341fcff0694 | [log] [tgz] |
---|---|---|
author | kdanylov aka koder <koder.mail@gmail.com> | Mon May 15 01:04:39 2017 +0300 |
committer | kdanylov aka koder <koder.mail@gmail.com> | Mon May 15 01:04:39 2017 +0300 |
tree | 637c4c8aa7ea3657e1cc3e578ab44368ccd5e49a | |
parent | b083333688526adbb5b29333661c19579de37bf3 [diff] [blame] |
move even more code to cephlib
diff --git a/wally/suits/job.py b/wally/suits/job.py index 5f3c764..8ef1093 100644 --- a/wally/suits/job.py +++ b/wally/suits/job.py
@@ -2,7 +2,7 @@ from typing import Dict, Any, Tuple, cast, Union from collections import OrderedDict -from cephlib.storage import Storable +from cephlib.istorage import Storable class JobParams(metaclass=abc.ABCMeta):