Skip to content
Snippets Groups Projects
Commit a21ebd54 authored by Andy Grover's avatar Andy Grover Committed by Christoph Hellwig
Browse files

nvmetcli: Fix nvmet import


We should just need to import nvmet, which will run __init__.py and import
just the public things from nvmet/nvme.py.

Signed-off-by: default avatarAndy Grover <agrover@redhat.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 629a0d60
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ from __future__ import print_function
import os
import sys
import configshell_fb as configshell
import nvmet.nvme as nvme
import nvmet as nvme
class UINode(configshell.node.ConfigNode):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment