git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add the name of missing skin element to debug output
[enigma2.git]
/
lib
/
python
/
Components
/
VariableValue.py
diff --git
a/lib/python/Components/VariableValue.py
b/lib/python/Components/VariableValue.py
index 288de01a43431aea06307f21a7d63a8d66c97bef..7fde0af1730b65473eed3db53d8b7843469fe34d 100644
(file)
--- a/
lib/python/Components/VariableValue.py
+++ b/
lib/python/Components/VariableValue.py
@@
-1,5
+1,3
@@
-import skin
-
class VariableValue(object):
"""VariableValue can be used for components which have a variable value (like eSlider), based on any widget with setValue call"""