X-Git-Url: https://git.ralfj.de/lilass.git/blobdiff_plain/fcdeaedef970f8cd47f66f97d755756a0fe0e40a..14cedf646361c0aee69fb33d44d1063bc80e1ee5:/lilass diff --git a/lilass b/lilass index 2352e32..6780879 100755 --- a/lilass +++ b/lilass @@ -78,19 +78,6 @@ def situationByConfig(config): # run! return screen.ScreenSituation(internalConnectors, config.get('externalConnectors')) -class ShowLevels(Enum): - ONEXTERNAL = ("on-external") - ONNEW = ("on-new") - ONERROR = ("on-error") - def __init__(self, text): - # auto numbering - cls = self.__class__ - self._value_ = len(cls.__members__) + 1 - self.text = text - @classmethod - def getNames(cls): - return list(x.text for x in cls) - # if we run top-level if __name__ == "__main__": try: