From: Adriana Draghici Date: Tue, 19 Jan 2010 14:55:03 +0000 (+0200) Subject: Server - updated Util.py X-Git-Tag: getopt_long~214 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=2255a910f776609fc81e3458b708cae919552e92;p=cs-p2p-next.git Server - updated Util.py --- diff --git a/server/Util.py b/server/Util.py index 8d5cf5e..289e417 100644 --- a/server/Util.py +++ b/server/Util.py @@ -3,10 +3,10 @@ """ Message types: client -> server """ -CONFIGURE_MSG = 0; -START_MSG = 1; -STOP_MSG = 2; -STATUS_MSG = 3; +CONFIGURE_MSG = "0"; +START_MSG = "1"; +STOP_MSG = "2"; +STATUS_MSG = "3";