Replace apply(f,args,kw) with f(*args,**kw) to avoid deprecation warnings
from Python 2.3. These warnings are displayed when running the unit tests. This patch fixes the occurrances that are triggered by the unit tests; there are probably others.
Showing
Please register or sign in to comment