Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/properties.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/properties.py')
-rw-r--r--tutorius/properties.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tutorius/properties.py b/tutorius/properties.py
index abf76e5..d9c68b1 100644
--- a/tutorius/properties.py
+++ b/tutorius/properties.py
@@ -288,7 +288,12 @@ class TUAMProperty(TutoriusProperty):
Represents a widget of the interface by storing its UAM.
"""
# TODO : Pending UAM check-in (LP 355199)
- pass
+ def __init__(self, value=None):
+ TutoriusProperty.__init__(self)
+
+ self.type = "uam"
+
+
class TAddonProperty(TutoriusProperty):
"""