some cleanups and bug fixes.

This commit is contained in:
Johannes Findeisen 2013-08-14 20:36:35 +02:00
commit fbf860e573
6 changed files with 25 additions and 17 deletions

View file

@ -1,6 +1,13 @@
'''
"""
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