[Zope-Checkins]
SVN: Products.Five/branches/philikon-local-components/browser/
get rid of unused imports
Philipp von Weitershausen
philikon at philikon.de
Thu Apr 27 14:23:31 EDT 2006
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
More information about the Zope-Checkins
mailing list