diff options
author | 2016-11-17 15:43:03 +0100 | |
---|---|---|
committer | 2016-11-21 17:31:34 +0100 | |
commit | 58da374e1660c541bff60dd6c3ba6f89f6f6793d (patch) | |
tree | c4736ce7590b963185cb4f3cedda6fb8c7cae319 /modules/README.rst | |
parent | 387600a6d881bfdc046772b2a3cfbfb59fd2469c (diff) |
Add Exceptions and Constants in opnfv module
JIRA: FUNCTEST-497
Change-Id: I4bc0d545058c4778b632911bb317789110de29d1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'modules/README.rst')
-rw-r--r-- | modules/README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/README.rst b/modules/README.rst index de9ff559f..caec46b1d 100644 --- a/modules/README.rst +++ b/modules/README.rst @@ -5,6 +5,8 @@ as follows: from opnfv.utils import SSHUtils from opnfv.utils import OPNFVLogger + from opnfv.utils import OPNFVException + from opnfv.utils import constants For further information about how to use this modules directory, contact: fatih.degirmenci@ericsson.com |