Exemplo n.º 1
0
    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)
Exemplo n.º 2
0
 def __init__(self, key):
     self.datacenter = None
     NodeDriver.__init__(self, key)
Exemplo n.º 3
0
 def __init__(self, key):
     self.datacenter = None
     NodeDriver.__init__(self, key)