[Zope-Checkins] 
	SVN: Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/
    Andreas Jung 
    andreas at andreas-jung.com
       
    Fri Dec  9 11:04:26 EST 2005
    
    
  
Log message for revision 40663:
  
Changed:
  U   Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/__init__.py
  U   Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/version.txt
-=-
Modified: Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/__init__.py
===================================================================
--- Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/__init__.py	2005-12-09 16:01:44 UTC (rev 40662)
+++ Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/__init__.py	2005-12-09 16:04:25 UTC (rev 40663)
@@ -10,6 +10,7 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
+
 __doc__='''Package wrapper for Page Templates
 
 This wrapper allows the Page Template modules to be segregated in a
@@ -18,7 +19,6 @@
 $Id: __init__.py 40218 2005-11-18 14:39:19Z andreasjung $'''
 __version__='$$'[11:-2]
 
-
 # Placeholder for Zope Product data
 misc_ = {}
 
Modified: Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/version.txt
===================================================================
--- Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/version.txt	2005-12-09 16:01:44 UTC (rev 40662)
+++ Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/version.txt	2005-12-09 16:04:25 UTC (rev 40663)
@@ -1 +1 @@
-PageTemplates-1-4-0
+Zope 3 ZPT
    
    
More information about the Zope-Checkins
mailing list