From de695d13d3bc675ac627db6501ca52fb77e810fd Mon Sep 17 00:00:00 2001 From: "enus.linden" Date: Thu, 31 Jul 2008 06:35:43 +0000 Subject: [PATCH] couple of small edits to let messaging stop complaining --- pyogp/lib/base/message/message_system.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyogp/lib/base/message/message_system.py b/pyogp/lib/base/message/message_system.py index e79669f..5020dcc 100644 --- a/pyogp/lib/base/message/message_system.py +++ b/pyogp/lib/base/message/message_system.py @@ -31,7 +31,7 @@ class MessageSystem(object): #acks are just the packet_id that we are acking pass - def send_message(self, host); + def send_message(self, host): """ Sends the message that is currently built to the desired host """ #build it if it isn't built @@ -53,7 +53,7 @@ class MessageSystem(object): send_acks() pass - def resend_all_unacked(self); + def resend_all_unacked(self): """ Resends all packets sent that haven't yet been acked. """ #go through all circuits in the map #go through all packets for circuit that are unacked