fix newline
[enigma2.git] / lib / python / Plugins / web / plugin.py
index e4c099bb5a91abaf0a06ab05008fe90d4e4e792d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,13 +0,0 @@
-from twisted.internet import reactor
-from twisted.web2 import server, http, static
-
-# this is currently not working
-def startWebserver():
-       print "Web startup"
-       toplevel = static.File("/hdd")
-       site = server.Site(toplevel)
-       
-       reactor.listenTCP(80, http.HTTPFactory(site))
-
-def Plugins():
-    return [ ]