Author: jmorliaguet
Date: Fri Jun 30 20:31:13 2006
New Revision: 3577

Modified:
   cpsskins/branches/paris-sprint-2006/storage/locations.py

Log:

- added the method to paths



Modified: cpsskins/branches/paris-sprint-2006/storage/locations.py
==============================================================================
--- cpsskins/branches/paris-sprint-2006/storage/locations.py    (original)
+++ cpsskins/branches/paris-sprint-2006/storage/locations.py    Fri Jun 30 
20:31:13 2006
@@ -133,7 +133,7 @@
     def getAllPaths(self):
         paths = Set()
         for key in self:
-            paths.add(key[2:])
+            paths.add(key[2:] + (key[1],))
         return list(paths)
 
     def getLocations(self, root=u''):
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to