[Checkins] SVN: zope3book/trunk/code/02_getting_started/stage - Use KGS

Baiju M baiju.m.mail at gmail.com
Sun Feb 22 22:46:44 EST 2009


Log message for revision 97126:
  - Use KGS
  - typo fix
  

Changed:
  U   zope3book/trunk/code/02_getting_started/stage1/ticketcollector/src/ticketcollector/__init__.py
  U   zope3book/trunk/code/02_getting_started/stage2/ticketcollector/src/ticketcollector/__init__.py
  U   zope3book/trunk/code/02_getting_started/stage3/ticketcollector/buildout.cfg
  U   zope3book/trunk/code/02_getting_started/stage3/ticketcollector/src/ticketcollector/__init__.py

-=-
Modified: zope3book/trunk/code/02_getting_started/stage1/ticketcollector/src/ticketcollector/__init__.py
===================================================================
--- zope3book/trunk/code/02_getting_started/stage1/ticketcollector/src/ticketcollector/__init__.py	2009-02-23 03:25:20 UTC (rev 97125)
+++ zope3book/trunk/code/02_getting_started/stage1/ticketcollector/src/ticketcollector/__init__.py	2009-02-23 03:46:43 UTC (rev 97126)
@@ -1 +1 @@
-#Python package\n
+#Python package

Modified: zope3book/trunk/code/02_getting_started/stage2/ticketcollector/src/ticketcollector/__init__.py
===================================================================
--- zope3book/trunk/code/02_getting_started/stage2/ticketcollector/src/ticketcollector/__init__.py	2009-02-23 03:25:20 UTC (rev 97125)
+++ zope3book/trunk/code/02_getting_started/stage2/ticketcollector/src/ticketcollector/__init__.py	2009-02-23 03:46:43 UTC (rev 97126)
@@ -1 +1 @@
-#Python package\n
+#Python package

Modified: zope3book/trunk/code/02_getting_started/stage3/ticketcollector/buildout.cfg
===================================================================
--- zope3book/trunk/code/02_getting_started/stage3/ticketcollector/buildout.cfg	2009-02-23 03:25:20 UTC (rev 97125)
+++ zope3book/trunk/code/02_getting_started/stage3/ticketcollector/buildout.cfg	2009-02-23 03:46:43 UTC (rev 97126)
@@ -1,6 +1,8 @@
 [buildout]
 develop = .
 parts = ticketcollectorapp instance
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
 
 [zope3]
 location =

Modified: zope3book/trunk/code/02_getting_started/stage3/ticketcollector/src/ticketcollector/__init__.py
===================================================================
--- zope3book/trunk/code/02_getting_started/stage3/ticketcollector/src/ticketcollector/__init__.py	2009-02-23 03:25:20 UTC (rev 97125)
+++ zope3book/trunk/code/02_getting_started/stage3/ticketcollector/src/ticketcollector/__init__.py	2009-02-23 03:46:43 UTC (rev 97126)
@@ -1 +1 @@
-#Python package\n
+#Python package



More information about the Checkins mailing list