f474b5c780bdcd9b0f2f4b8a871dcda2e7811b16
[vuplus_dvbapp-plugin] / fancontrol2 / src / webif / FC2web.py
1 from Plugins.Extensions.WebInterface.WebChilds.Toplevel import addExternalChild
2 from Plugins.Extensions.FanControl.FC2webSite import FC2web, FC2webLog, FC2webChart
3 root = FC2web()
4 root.putChild("log", FC2webLog())
5 root.putChild("chart", FC2webChart())
6 addExternalChild( ("fancontrol", root) )