Revision 584fd90a
b/Changelog | ||
---|---|---|
4 | 4 |
- Avoid loading optional cmd groups specified in same pkg with mantatory |
5 | 5 |
comand groups, except if user requests otherwise ( #4114 ) |
6 | 6 |
- Ignore subdir output in container_get with prefix+delimiter [#4134] |
7 |
- Fix the split-input bug in repeatable k=v args [#4232] |
|
7 | 8 |
|
8 | 9 |
Changes: |
9 | 10 |
|
b/docs/conf.py | ||
---|---|---|
59 | 59 |
PooledHTTPConnection |
60 | 60 |
except ImportError: |
61 | 61 |
stderr.write("`objpool` package is required to build kamaki docs.\n") |
62 |
# raise |
|
62 |
raise |
|
63 |
|
|
64 |
try: |
|
65 |
from progress.bar import ShadyBar |
|
66 |
ShadyBar |
|
67 |
except ImportError: |
|
68 |
stderr.write("`progress` package is required to build kamaki docs.\n") |
|
69 |
raise |
|
63 | 70 |
|
64 | 71 |
path.insert(0, os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')) |
65 | 72 |
|
Also available in: Unified diff