~rvb/maas/transaction-1.7-bug-1409852

« back to all changes in this revision

Viewing changes to src/provisioningserver/drivers/hardware/ucsm.py

merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    return doc
115
115
 
116
116
 
117
 
class UCSM_XML_API(object):
 
117
class UCSM_XML_API:
118
118
    """Provides access to a Cisco UCS Manager's XML API. Public methods
119
119
    on this class correspond to UCS Manager XML API methods.
120
120