Index: wflow-py/WflowDeltashell/tst.py =================================================================== diff -u -r58f139b2afc2424fc9f8796934878bd6e49c31de -r12ea40dc08628f654753679e0972e87b7bb12f7a --- wflow-py/WflowDeltashell/tst.py (.../tst.py) (revision 58f139b2afc2424fc9f8796934878bd6e49c31de) +++ wflow-py/WflowDeltashell/tst.py (.../tst.py) (revision 12ea40dc08628f654753679e0972e87b7bb12f7a) @@ -33,10 +33,10 @@ casename = os.path.dirname(os.path.dirname(thefile)) csvfile = os.path.basename(thefile) -print(casename) +print casename runs = getrunids(casename) -print(runs) +print runs complot(runs, csvfile, [2])