Changeset 2675 for WAeUP_SRP/base/skins
- Timestamp:
- 16 Nov 2007, 09:45:30 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_utilities/viewimage.py
r2335 r2675 17 17 pass 18 18 if path is None and traverse_subpath: 19 traverse_subpath.insert(0,traverse_subpath[0][0]) 19 20 path = "/".join(traverse_subpath) 21 22 #set_trace() 20 23 return context.waeup_tool.showFsPicture(path) 21 24 #import logging
Note: See TracChangeset for help on using the changeset viewer.