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