[Zope-CVS] CVS: Products/Ape/lib/apelib/fs - classification.py:1.4.2.2

Shane Hathaway shane at zope.com
Sat Feb 28 14:57:02 EST 2004


Update of /cvs-repository/Products/Ape/lib/apelib/fs
In directory cvs.zope.org:/tmp/cvs-serv29078/fs

Modified Files:
      Tag: ape-fs-oid-branch
	classification.py 
Log Message:
Provided a means of classifying things by filesystem path.

In particular, you can now specify which mapper to use at the base path.


=== Products/Ape/lib/apelib/fs/classification.py 1.4.2.1 => 1.4.2.2 ===
--- Products/Ape/lib/apelib/fs/classification.py:1.4.2.1	Wed Feb 25 11:03:28 2004
+++ Products/Ape/lib/apelib/fs/classification.py	Sat Feb 28 14:56:30 2004
@@ -41,6 +41,7 @@
                     k, v = line.split('=', 1)
                     classification[k.strip()] = v.strip()
         classification['extension'] = fs_conn.getExtension(oid)
+        classification['subpath'] = fs_conn.getSubpath(oid)
         return classification, text.strip()
 
     def store(self, event, state):




More information about the Zope-CVS mailing list