Retain backwards python1.5.2 compatibility - convert python2 function
call: 'func(*args)' to old, python1.5.2: 'apply(func, args)'. (When working on pre-zope2.4 code, you should avoid developing in an environemnt where python2 is the default python...)
Showing
Please register or sign in to comment