## Script (Python) "viewimage" ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind subpath=traverse_subpath ##parameters=path=None ##title= ## # $Id: viewimage.py 2696 2007-11-17 18:25:29Z henrik $ """ """ try: from Products.zdb import set_trace except: def set_trace(): pass set_trace() if path is None and traverse_subpath: traverse_subpath.insert(0,traverse_subpath[0][0]) path = "/".join(traverse_subpath) return context.waeup_tool.showFsPicture(path) #import logging #logger = logging.getLogger('Skins.viewimage')