[Checkins] SVN: bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/interfaces.py - bit cleanup (removed . at end)

Baiju M baiju.m.mail at gmail.com
Sat Feb 20 10:21:26 EST 2010


Log message for revision 109180:
  - bit cleanup (removed . at end)
  - better description
  

Changed:
  U   bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/interfaces.py

-=-
Modified: bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/interfaces.py
===================================================================
--- bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/interfaces.py	2010-02-20 14:57:55 UTC (rev 109179)
+++ bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/interfaces.py	2010-02-20 15:21:26 UTC (rev 109180)
@@ -3,16 +3,16 @@
 from zope.schema import Text
 
 class ISampleApplication(IContainer):
-    """The main application container."""
+    """The main application container"""
 
     name = TextLine(
         title=u"Name",
-        description=u"Name of application.",
+        description=u"Name of application",
         default=u"",
         required=True)
 
     description = Text(
         title=u"Description",
-        description=u"The name of application container.",
+        description=u"Description about the application",
         default=u"",
         required=False)



More information about the checkins mailing list