X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c0d78035b8c76e719bf7c05ff3812eb5a6ce9fe3..7b0d371a7bbfb9e8d624eec9ed97e9a835f75ca7:/lib/python/Components/VariableText.py diff --git a/lib/python/Components/VariableText.py b/lib/python/Components/VariableText.py index bb8b5fe3..d20e5193 100644 --- a/lib/python/Components/VariableText.py +++ b/lib/python/Components/VariableText.py @@ -1,5 +1,3 @@ -import skin - class VariableText(object): """VariableText can be used for components which have a variable text, based on any widget with setText call"""