[Checkins] SVN: z3ext.controlpanel/trunk/src/z3ext/controlpanel/container.py added title and description

Nikolay Kim fafhrd at datacom.kz
Thu Jan 29 06:09:37 EST 2009


Log message for revision 95405:
  added title and description

Changed:
  U   z3ext.controlpanel/trunk/src/z3ext/controlpanel/container.py

-=-
Modified: z3ext.controlpanel/trunk/src/z3ext/controlpanel/container.py
===================================================================
--- z3ext.controlpanel/trunk/src/z3ext/controlpanel/container.py	2009-01-29 11:07:33 UTC (rev 95404)
+++ z3ext.controlpanel/trunk/src/z3ext/controlpanel/container.py	2009-01-29 11:09:37 UTC (rev 95405)
@@ -36,6 +36,14 @@
         Configlet.__init__(self, tests)
 
     @property
+    def title(self):
+        return self.__title__
+
+    @property
+    def description(self):
+        return self.__description__
+
+    @property
     def _SampleContainer__data(self):
         return self.data
 



More information about the Checkins mailing list