Log message for revision 67657:
  get rid of unused imports
  

Changed:
  U   
Products.Five/branches/philikon-local-components/browser/TrustedExpression.py
  U   
Products.Five/branches/philikon-local-components/browser/pagetemplatefile.py

-=-
Modified: 
Products.Five/branches/philikon-local-components/browser/TrustedExpression.py
===================================================================
--- 
Products.Five/branches/philikon-local-components/browser/TrustedExpression.py   
    2006-04-27 17:20:58 UTC (rev 67656)
+++ 
Products.Five/branches/philikon-local-components/browser/TrustedExpression.py   
    2006-04-27 18:23:30 UTC (rev 67657)
@@ -15,10 +15,7 @@
 
 $Id$
 """
-from sys import modules
-
 from Products.PageTemplates.PythonExpr import PythonExpr
-
 from Products.PageTemplates.Expressions import \
      SubPathExpr, PathExpr, \
      StringExpr, \

Modified: 
Products.Five/branches/philikon-local-components/browser/pagetemplatefile.py
===================================================================
--- 
Products.Five/branches/philikon-local-components/browser/pagetemplatefile.py    
    2006-04-27 17:20:58 UTC (rev 67656)
+++ 
Products.Five/branches/philikon-local-components/browser/pagetemplatefile.py    
    2006-04-27 18:23:30 UTC (rev 67657)
@@ -18,8 +18,6 @@
 import os, sys
 
 from Globals import package_home
-from AccessControl import getSecurityManager
-from Shared.DC.Scripts.Bindings import Unauthorized, UnauthorizedBinding
 from Products.PageTemplates.PageTemplateFile import PageTemplateFile
 
 from zope.app.pagetemplate.viewpagetemplatefile import ViewMapper

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to