def __init__(self, key): """Instantiate the driver with the given API key @keyword key: the API key to use @type key: C{str}""" self.datacenter = None NodeDriver.__init__(self, key)
def __init__(self, key): self.datacenter = None NodeDriver.__init__(self, key)