Exemplo n.º 1
0
    def close(self):
        print "Removing host %s ..." % self.id

        NetNS.close(self)
Exemplo n.º 2
0
    def __init__(self, id):
        NetNS.__init__(self)

        self.id = id
        self.links = {}