Change HP reference to HPE for ProLiant server

Change-Id: I82af25a87fb31a12a019a83f5b24399b3a567c0f
This commit is contained in:
Bruno Cornec 2019-03-13 18:59:59 +01:00
parent 8e41126995
commit 4eecc8b2de
1 changed files with 1 additions and 1 deletions

View File

@ -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