SF.net SVN: fclient: [297] trunk/sandbox/fcp2/client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-27 14:15:05
|
Revision: 297
http://fclient.svn.sourceforge.net/fclient/?rev=297&view=rev
Author: jurner
Date: 2008-02-27 06:14:59 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
ups...
Modified Paths:
--------------
trunk/sandbox/fcp2/client.py
Modified: trunk/sandbox/fcp2/client.py
===================================================================
--- trunk/sandbox/fcp2/client.py 2008-02-27 14:14:01 UTC (rev 296)
+++ trunk/sandbox/fcp2/client.py 2008-02-27 14:14:59 UTC (rev 297)
@@ -241,7 +241,7 @@
DefaultFcpHost = os.environ.get('FCP_HOST', '127.0.0.1')
DefaultFcpPort = int(os.environ.get('FCP_PORT', '9481'))
MaxSizeKeyInfo = 32768
- MinimumRunTime = 1s # FIX: 0001931
+ MinimumRunTime = 1 # FIX: 0001931
SocketTimeout = 0.1
consts = consts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|