Commit ffcc157
committed
pybind/mgr: replace imports of distutils.util
In python 3.12 distutils is removed. Replace uses of
distutils.util.strtobool with our own utility function.
Signed-off-by: John Mulligan <[email protected]>1 parent 51516ba commit ffcc157
File tree
2 files changed
+2
-2
lines changed- src/pybind/mgr
- dashboard
- volumes/fs/operations
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments