Changeset 2335 for WAeUP_SRP/base/skins/waeup_utilities/viewimage.py
- Timestamp:
- 9 Oct 2007, 17:34:04 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_utilities/viewimage.py
r2114 r2335 5 5 ##bind script=script 6 6 ##bind subpath=traverse_subpath 7 ##parameters=path 7 ##parameters=path=None 8 8 ##title= 9 9 ## … … 16 16 def set_trace(): 17 17 pass 18 if path is None and traverse_subpath: 19 path = "/".join(traverse_subpath) 18 20 return context.waeup_tool.showFsPicture(path) 19 21 #import logging
Note: See TracChangeset for help on using the changeset viewer.