From 22407454ce546beadf321fb444db583d0a433ea5 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 4 Apr 2010 09:31:24 -0300 Subject: [PATCH] netowkr_name now is part of the message. --- mitterlib/network/networkbase.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mitterlib/network/networkbase.py b/mitterlib/network/networkbase.py index 74868e0..b772c0c 100644 --- a/mitterlib/network/networkbase.py +++ b/mitterlib/network/networkbase.py @@ -183,8 +183,13 @@ class NetworkData(object): self.network = '' """The network id source of the message. Network classes don't need to worry about this field themselves; :class:`Networks` will set it when - merging information from all networks. *Networks should NEVER fill - this field*""" + merging information from all networks.""" + + self.network_name = '' + """The network name, source of the message. Again, network classes + don't need to worry about this field themselves 'cause + :class:`Networks` will set it when merging information from all + networks.""" return