[Checkins] SVN: grokproject/trunk/src/grokproject/__init__.py Make 'app.py' be the default for the demo module that's created in the package.

Philipp von Weitershausen philikon at philikon.de
Tue Mar 6 11:49:24 EST 2007


Log message for revision 73008:
  Make 'app.py' be the default for the demo module that's created in the package.
  

Changed:
  U   grokproject/trunk/src/grokproject/__init__.py

-=-
Modified: grokproject/trunk/src/grokproject/__init__.py
===================================================================
--- grokproject/trunk/src/grokproject/__init__.py	2007-03-06 16:18:41 UTC (rev 73007)
+++ grokproject/trunk/src/grokproject/__init__.py	2007-03-06 16:49:23 UTC (rev 73008)
@@ -11,7 +11,7 @@
 
     vars = [
         var('module', 'Name of a demo Python module placed into the package',
-            default=NoDefault),
+            default='app.py'),
         var('user', 'Name of an initial administrator user', default=NoDefault),
         var('passwd', 'Password for the initial administrator user',
             default=NoDefault),



More information about the Checkins mailing list