]> code.delx.au - transcoding/commit
Allow batchrun to take an arbitarly deep input file.
authorGreg Darke <greg+asuna@tsukasa.net.au>
Mon, 5 May 2008 13:37:45 +0000 (23:37 +1000)
committerGreg Darke <greg+asuna@tsukasa.net.au>
Mon, 5 May 2008 13:37:45 +0000 (23:37 +1000)
commit84b0228355acac61d0c5d0ce35d111d0f9e25cd3
tree54d6b674b7b9cfe0b3d94d1c2ce54929511983a2
parent2a0d436d209917e0b0ac8eefd15e2e8313f33fe9
Allow batchrun to take an arbitarly deep input file.

These changes force the minimum version of python required to by this script to be python2.4 (as itertools is required).

This version of the script also requires that the input file does not 'skip' levels. This means you can only move up from level 3 to 4 (not from 3 straight to 5), you may move down any number of levels at a time though.
batchrun.py