moved some frontends/* to new backends/; backends are threads running in background, no frontend

This commit is contained in:
Johannes Findeisen 2013-10-01 06:17:08 +02:00
commit 2388a945a4
4 changed files with 16 additions and 9 deletions

View file

@ -1,13 +0,0 @@
"""
A HTTPS frontend to the current Linspector instance.
A Webserver listening for requests to give information about the internal state of linspector.
(maybe providing a JSON API to the instance too...)
"""
from lib.frontends.frontend import Frontend
class HttpsFrontend(Frontend):
def __init__(self, **kwargs):
return