from objectbroker import Persistence from hserver.api.WebObject import WebObject from hserver.templates.Template import Template import os.path class WebFolder(WebObject, Persistence): _hm_edit = Template( base = os.path.dirname( __file__ ), template = "webfolder.edit.html" )