python-hserver/hserver/api/WebFolder.py

10 lines
281 B
Python
Raw Normal View History

2018-03-13 08:06:50 +01:00
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" )