## Script (Python) "viewimage" ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind subpath=traverse_subpath ##parameters=path ##title= ## # $Id: viewimage.py 2114 2007-08-18 07:36:29Z joachim $ """ """ try: from Products.zdb import set_trace except: def set_trace(): pass return context.waeup_tool.showFsPicture(path) #import logging #logger = logging.getLogger('Skins.viewimage')