From f710d1014933caad12e404fa506e7f4ee110b668 Mon Sep 17 00:00:00 2001 From: albertoffb Date: Tue, 13 Oct 2015 14:16:50 -0300 Subject: [PATCH] Update usage documentation of python-oneviewclient Update usage import command, the previews import command was wrong and causes an invalid syntax error, this new one is the right command to import python-oneviewclient. Change-Id: I40b939fe7192d8d0ecdc84447e0f63c70e523fa6 --- doc/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index b82eabc..32c27f2 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -4,4 +4,4 @@ Usage To use python-oneviewclient in a project:: - import python-oneviewclient + import oneview_client