SF.net SVN: fclient: [237] trunk/sandbox/fcp/fcp2_0_types.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-21 13:10:12
|
Revision: 237
http://fclient.svn.sourceforge.net/fclient/?rev=237&view=rev
Author: jurner
Date: 2008-02-21 05:10:08 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
fix: someone set ExtRevision to '@custom@'. Heh! See if we can get away with our int / float conversions
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_types.py
Modified: trunk/sandbox/fcp/fcp2_0_types.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_types.py 2008-02-21 13:08:36 UTC (rev 236)
+++ trunk/sandbox/fcp/fcp2_0_types.py 2008-02-21 13:10:08 UTC (rev 237)
@@ -727,7 +727,7 @@
'Build': FcpTypeInt,
'CompressionCodecs': FcpTypeInt,
'ExtBuild': FcpTypeInt,
- 'ExtRevision': FcpTypeInt,
+ #'ExtRevision': FcpTypeInt,
'FcpVersion': FcpTypeFloat,
'Testnet': FcpTypeBool,
},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|