def close(self): print "Removing host %s ..." % self.id NetNS.close(self)
def __init__(self, id): NetNS.__init__(self) self.id = id self.links = {}