[PATCH 1/2] Use preferred module name
Stephan Müller
stephan.mueller at phys.ethz.ch
Thu Oct 9 09:45:03 PDT 2025
The configshell-fb module is now called configshell. From v2.0.0
onwards the preferred way is to import the module as configshell.
Signed-off-by: Stephan Müller <stephan.mueller at phys.ethz.ch>
---
nvmetcli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nvmetcli b/nvmetcli
index d949891..433e4c4 100755
--- a/nvmetcli
+++ b/nvmetcli
@@ -22,7 +22,7 @@ from __future__ import print_function
import os
import sys
-import configshell_fb as configshell
+import configshell
import nvmet as nvme
import errno
from string import hexdigits
--
2.39.5
More information about the Linux-nvme
mailing list