SF.net SVN: fclient: [413] trunk/sandbox/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-06-28 08:38:58
|
Revision: 413
http://fclient.svn.sourceforge.net/fclient/?rev=413&view=rev
Author: jUrner
Date: 2008-06-28 01:39:08 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
added new PutDirType consts
Modified Paths:
--------------
trunk/sandbox/fcp2/consts.py
Modified: trunk/sandbox/fcp2/consts.py
===================================================================
--- trunk/sandbox/fcp2/consts.py 2008-06-28 08:38:50 UTC (rev 412)
+++ trunk/sandbox/fcp2/consts.py 2008-06-28 08:39:08 UTC (rev 413)
@@ -485,6 +485,11 @@
Lowest = '6'
+class PutDirType.
+ Complex = 'complex'
+ Disk = 'disk'
+
+
class RequestModified(BaseBitFlags):
"""Flags indicating what aspect of a request has been modified
@cvar Filename: the filename has been modified
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|