SF.net SVN: fclient: [192] trunk/sandbox/fcp/fcp2_0_consts.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-08 23:41:06
|
Revision: 192 http://fclient.svn.sourceforge.net/fclient/?rev=192&view=rev Author: jurner Date: 2008-02-08 15:41:00 -0800 (Fri, 08 Feb 2008) Log Message: ----------- minor fixes Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_consts.py Modified: trunk/sandbox/fcp/fcp2_0_consts.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-08 23:40:33 UTC (rev 191) +++ trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-08 23:41:00 UTC (rev 192) @@ -77,8 +77,8 @@ FatalErrorInBlocks = 6 TooManyRetriesInBlock = 7 RouteReallyNotFound = 8 - Collision = '9' - Canceled = '10' + Collision = 9 + Canceled = 10 class ProtocolError(Exception): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |