]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
Use relative import in nvmet/__init__.py
authorAndy Grover <agrover@redhat.com>
Thu, 13 Oct 2016 00:00:41 +0000 (17:00 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 13 Oct 2016 10:06:59 +0000 (12:06 +0200)
This is supported by Python 2.7 and later.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
nvmet/__init__.py

index eba0ebb28de195409008df5c7119c5439cb560e3..a084151bd2e3790183c568084a1b1e7ed5e3b3f0 100644 (file)
@@ -1 +1 @@
-from nvme import Root, Subsystem, Namespace
+from .nvme import Root, Subsystem, Namespace