The print statement is removed in python3 in favor of a print() function.
In python2, ("foo") is the same as "foo", so print("foo") works identically as print "foo".
This prevents spamassassin's autopkgtest to fail when run on systems where python -> /usr/bin/python3.
Signed-off-by: Bryce Harrington bryce@bryceharrington.org