On Fri, Feb 27, 2009 at 11:31 AM, Luca Dionisi <[email protected]> wrote: > I was trying this path, but also > self.translation_table[key] > results in KeyError. >
Still trying to understand the code where it crashes. I know, it's not the canonical way :) In class Radar, translation_table is used in 2 ways. Like this: self.translation_table[key] and like this: self.translation_table(new_ip) Is it an error? If not, what is the meaning of the 2 syntaxes? _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
