Comment 3 for bug 949685

Revision history for this message
Jono Bacon (jonobacon) wrote :

Sorry, just a quick note...the attached Python program that demonstrates the issue is passed five test Python files (test1.py, test2.py etc). You will need to create these. For mine I just added the following in each file:

#!/usr/bin/python

a = 1
b = 2
total = a + b

I just changed the values of a and b in each test script for variation.