# HG changeset patch # User Arnaud Bergeron # Date 1265819672 18000 # Node ID af2f9252dd14772880f4f5e67da32220453e9fdb # Parent 22823acc17120338019cd2f6b6d328cbd4fda1fb forgot to import sys in testmod diff -r 22823acc1712 -r af2f9252dd14 transformations/testmod.py --- a/transformations/testmod.py Wed Feb 10 11:23:30 2010 -0500 +++ b/transformations/testmod.py Wed Feb 10 11:34:32 2010 -0500 @@ -1,6 +1,6 @@ # This script is to test your modules to see if they conform to the module API # defined on the wiki. -import random, numpy, gc, time, math +import random, numpy, gc, time, math, sys # this is an example module that does stupid image value shifting