[Zope-CVS] CVS: Packages/JobBoardEx - JobView.py:1.10
Steve Alexander
steve@cat-box.net
Wed, 8 May 2002 18:34:09 -0400
Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv6448
Modified Files:
JobView.py
Log Message:
converted tabs into spaces
=== Packages/JobBoardEx/JobView.py 1.9 => 1.10 ===
def cancel(self, REQUEST=None):
"""Cancel the job creation (would be more easily done with a link,
- but I'm trying to accomodate the current design)"""
- if REQUEST is not None:
+ but I'm trying to accomodate the current design)"""
+ if REQUEST is not None:
REQUEST.getResponse().redirect(REQUEST.URL[-3])