[Zope-Checkins]
SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py
No idea what DateTime was doing in there... It certainly
doesn't belong there.
Philipp von Weitershausen
philikon at philikon.de
Sun May 21 07:56:44 EDT 2006
Log message for revision 68206:
No idea what DateTime was doing in there... It certainly doesn't belong there.
Changed:
U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py
-=-
Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py
===================================================================
--- Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py 2006-05-21 11:48:46 UTC (rev 68205)
+++ Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py 2006-05-21 11:56:43 UTC (rev 68206)
@@ -87,7 +87,6 @@
def pt_getContext(self):
root = self.getPhysicalRoot()
context = self._getContext()
- from DateTime.DateTime import DateTime
c = {'template': self,
'here': context,
'context': context,
@@ -95,7 +94,6 @@
'nothing': None,
'options': {},
'root': root,
- 'DateTime' : DateTime,
'request': getattr(root, 'REQUEST', None),
'modules': SecureModuleImporter,
}
More information about the Zope-Checkins
mailing list