moved FanControl2 WebIF data files
[vuplus_dvbapp-plugin] / fancontrol2 / src / webif / FC2web.py
diff --git a/fancontrol2/src/webif/FC2web.py b/fancontrol2/src/webif/FC2web.py
deleted file mode 100644 (file)
index f474b5c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-from Plugins.Extensions.WebInterface.WebChilds.Toplevel import addExternalChild
-from Plugins.Extensions.FanControl.FC2webSite import FC2web, FC2webLog, FC2webChart
-root = FC2web()
-root.putChild("log", FC2webLog())
-root.putChild("chart", FC2webChart())
-addExternalChild( ("fancontrol", root) )
\ No newline at end of file