Fix up standard file header and set svn:keywords=Id. Just some cosmetics

parent 4e361162
...@@ -10,15 +10,13 @@ ...@@ -10,15 +10,13 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
"""Path Iterator """Path Iterator
A TALES Iterator with the ability to use first() and last() on A TALES Iterator with the ability to use first() and last() on
subpaths of elements. subpaths of elements.
"""
__version__='$Revision: 1.4 $'[11:-2]
$Id$
"""
import TALES import TALES
from Expressions import restrictedTraverse, Undefs, getSecurityManager from Expressions import restrictedTraverse, Undefs, getSecurityManager
......
...@@ -10,15 +10,13 @@ ...@@ -10,15 +10,13 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
"""Generic Python Expression Handler """Generic Python Expression Handler
"""
__version__='$Revision: 1.13 $'[11:-2]
$Id$
"""
from TALES import CompilerError from TALES import CompilerError
from sys import exc_info from sys import exc_info
from DeferExpr import DeferWrapper from zope.tales.expressions import DeferWrapper
class getSecurityManager: class getSecurityManager:
'''Null security manager''' '''Null security manager'''
......
...@@ -10,15 +10,13 @@ ...@@ -10,15 +10,13 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
"""Old Zope-specific Python Expression Handler """Old Zope-specific Python Expression Handler
Handler for Python expressions, using the pre-Python 2.1 restriction Handler for Python expressions, using the pre-Python 2.1 restriction
machinery from PythonScripts. machinery from PythonScripts.
"""
__version__='$Revision: 1.8 $'[11:-2]
$Id$
"""
from AccessControl import getSecurityManager from AccessControl import getSecurityManager
from Products.PythonScripts.Guarded import _marker, \ from Products.PythonScripts.Guarded import _marker, \
GuardedBlock, theGuard, safebin, WriteGuard, ReadGuard, UntupleFunction GuardedBlock, theGuard, safebin, WriteGuard, ReadGuard, UntupleFunction
......
...@@ -10,14 +10,12 @@ ...@@ -10,14 +10,12 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
"""Zope-specific Python Expression Handler """Zope-specific Python Expression Handler
Handler for Python expressions that uses the RestrictedPython package. Handler for Python expressions that uses the RestrictedPython package.
"""
__version__='$Revision: 1.11 $'[11:-2]
$Id$
"""
from AccessControl import safe_builtins from AccessControl import safe_builtins
from AccessControl.ZopeGuards import guarded_getattr, get_safe_globals from AccessControl.ZopeGuards import guarded_getattr, get_safe_globals
from RestrictedPython import compile_restricted_eval from RestrictedPython import compile_restricted_eval
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
__doc__='''Package wrapper for Page Templates """Package wrapper for Page Templates
This wrapper allows the Page Template modules to be segregated in a This wrapper allows the Page Template modules to be segregated in a
separate package. separate package.
$Id$''' $Id$
__version__='$$'[11:-2] """
# Placeholder for Zope Product data # Placeholder for Zope Product data
misc_ = {} misc_ = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment