14 Aug
2002
14 Aug
'02
1:41 p.m.
----- Original Message ----- From: "Johan Carlsson [Torped]"
The only thing I want to do in this first phase is to be able to make syntax/sanity checks.
I use something like this for writing and testing external methods, having TextPad run the same python zope uses: if __name__ == '__main__': class EmptyClass: pass REQUEST = EmptyClass() REQUEST.form = {'sortSeq' : 'Date'} #REQUEST.form = {'sortSeq' : 'Item'} print BacklogDetail(REQUEST=REQUEST) -- Emile van Sebille emile@fenx.com ---------