aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/GUIComponent.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/GUIComponent.py')
-rw-r--r--lib/python/Components/GUIComponent.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py
index deb8b34a..a3b1b9e1 100644
--- a/lib/python/Components/GUIComponent.py
+++ b/lib/python/Components/GUIComponent.py
@@ -11,6 +11,7 @@ class GUIComponent(object):
self.__visible = 0
self.visible = 1
self.skinAttributes = None
+ self.deprecationInfo = None
def execBegin(self):
pass