SF.net SVN: fclient: [170] trunk/sandbox/fcp/fcp2_0_params.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-07 23:49:08
|
Revision: 170
http://fclient.svn.sourceforge.net/fclient/?rev=170&view=rev
Author: jurner
Date: 2008-02-07 15:49:12 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
docs
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_params.py
Modified: trunk/sandbox/fcp/fcp2_0_params.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_params.py 2008-02-07 23:48:50 UTC (rev 169)
+++ trunk/sandbox/fcp/fcp2_0_params.py 2008-02-07 23:49:12 UTC (rev 170)
@@ -1,7 +1,8 @@
-"""Handling of additional message parameters"""
+"""Handling of persistent request parameters"""
import sys, os
import base64
+import time
#--> rel import hack
class SysPathHack(object):
@@ -131,7 +132,6 @@
return FcParamsSep.join(params)
-
def newUuid(uuids=None):
"""Creates a new unique identifier
@param uuids: if desired any iterable containing uuids to enshure the identifier is unique in the iterable
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|