Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/properties.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-10-08 15:33:34 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-10-08 15:33:34 (GMT)
commitf79e0c5fe21474b552cfe62190aa2570c1a94445 (patch)
tree18fbd107559958cdd2c971a0ab09a06a173ba5f1 /tutorius/properties.py
parent6ef85a852323beaf08ffe89194d388e210e1ce3d (diff)
Merging in LP 429661
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 6d30a8d..3a646e4 100644
--- a/tutorius/properties.py
+++ b/tutorius/properties.py
@@ -321,7 +321,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):
"""