python-hserver/hserver/api/WebFolder.py

10 lines
281 B
Python

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" )