Author: jmorliaguet
Date: Wed Jun 28 14:48:27 2006
New Revision: 3537

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

Log:

- fix



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    Wed Jun 28 
14:48:27 2006
@@ -142,8 +142,9 @@
             locations.append(value)
         return locations
 
-    def getLocation(self, root=u'', path=u'', method=u''):
+    def getLocation(self, root=u'', path=u''):
         path = tuple(path.split(u'/'))
+        path, method = path[:-1], path[-1]
         key = (root, method) + path
         return self[key]
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to