commit | b083333688526adbb5b29333661c19579de37bf3 | [log] [tgz] |
---|---|---|
author | kdanylov aka koder <koder.mail@gmail.com> | Sat May 13 20:39:17 2017 +0300 |
committer | kdanylov aka koder <koder.mail@gmail.com> | Sat May 13 20:39:17 2017 +0300 |
tree | eda964f0c169416faabceab2c08457818a47a3c5 | |
parent | 3a9e5db3e869af9fae2d8056913d710f1600c0e3 [diff] [blame] |
Move common storage, plot and statistic code to cephlib
diff --git a/wally/config.py b/wally/config.py index 95ae511..2ec7ba5 100644 --- a/wally/config.py +++ b/wally/config.py
@@ -1,6 +1,6 @@ from typing import Any, Dict, Optional, Set -from .common_types import IStorable +from cephlib.storage import IStorable ConfigBlock = Dict[str, Any]