From 4eecc8b2de7ad39ce796da8fc7862300ed5db759 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Wed, 13 Mar 2019 18:59:59 +0100 Subject: [PATCH] Change HP reference to HPE for ProLiant server Change-Id: I82af25a87fb31a12a019a83f5b24399b3a567c0f --- examples/simple-proliant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-proliant.py b/examples/simple-proliant.py index 06a3bcf..b640e5a 100644 --- a/examples/simple-proliant.py +++ b/examples/simple-proliant.py @@ -1,6 +1,6 @@ # coding=utf-8 -""" Simple example to use python-redfish on HP Proliant servers """ +""" Simple example to use python-redfish on HPE Proliant servers """ from __future__ import unicode_literals from __future__ import print_function from __future__ import division