aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/VariableValue.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/VariableValue.py')
-rw-r--r--lib/python/Components/VariableValue.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/VariableValue.py b/lib/python/Components/VariableValue.py
index 288de01a..7fde0af1 100644
--- 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"""