[Zope-Checkins] 
	SVN: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/PageTemplateFile.py
	some import were missing
    Andreas Jung 
    andreas at andreas-jung.com
       
    Wed Mar  1 16:00:49 EST 2006
    
    
  
Log message for revision 65680:
  some import were missing
  
Changed:
  U   Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/PageTemplateFile.py
-=-
Modified: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/PageTemplateFile.py
===================================================================
--- Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/PageTemplateFile.py	2006-03-01 20:07:21 UTC (rev 65679)
+++ Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/PageTemplateFile.py	2006-03-01 21:00:33 UTC (rev 65680)
@@ -15,6 +15,7 @@
 
 from Globals import package_home, InitializeClass
 from App.config import getConfiguration
+from Acquisition import aq_parent, aq_inner
 from ZopePageTemplate import ZopePageTemplate
 from zope.app.content_types import guess_content_type
 import AccessControl
    
    
More information about the Zope-Checkins
mailing list