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

12
lib/frontends/frontend.py Normal file
View file

@ -0,0 +1,12 @@
"""
Just the frontends.py stub... ;)
If linspector is being started without a frontend "enabled" it just is doing stuff like: polling, alerting, logging etc.
Frontends a absolutely no requirement for running Linspector.
"""
class Frontend():
def __init__(self, **kwargs):
return