[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pythonpage/__init__.py Some source text always should be present

Dmitry Vasiliev dima at hlabs.spb.ru
Thu Jun 9 07:17:37 EDT 2005


Log message for revision 30698:
  Some source text always should be present
  

Changed:
  U   Zope3/trunk/src/zope/app/pythonpage/__init__.py

-=-
Modified: Zope3/trunk/src/zope/app/pythonpage/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/__init__.py	2005-06-09 11:12:49 UTC (rev 30697)
+++ Zope3/trunk/src/zope/app/pythonpage/__init__.py	2005-06-09 11:17:36 UTC (rev 30698)
@@ -38,7 +38,7 @@
     source = SourceText(
         title=_("Source"),
         description=_("The source of the Python page."),
-        required=False)
+        required=True)
 
     contentType = TextLine(
         title=_("Content Type"),



More information about the Zope3-Checkins mailing list