File: __init__.py

package info (click to toggle)
python-proliantutils 2.16.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: python: 58,655; makefile: 163; sh: 2
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
"""REST infrastructure to simplify communicating with REST based iLO interfaces

   Helper module to work with REST based APIs of BMCs.
"""

from proliantutils.rest.v1 import RestConnectorBase  # noqa