FIX: subprocess.check_output was added to python 2.7, not 2.5
commitf6dc5990ffa05c4190a8e98e4974039e37f3ddc9
authorMichael Wild <themiwi@users.sourceforge.net>
Wed, 11 Jan 2012 06:45:09 +0000 (11 07:45 +0100)
committerMichael Wild <themiwi@users.sourceforge.net>
Fri, 13 Jan 2012 15:28:35 +0000 (13 16:28 +0100)
tree3bb5ee3cc17a47f1a904f64b9d154eaff42b63a8
parentdf6371f6c2e2f43596a9a92e0fe6f02a519f8474
FIX: subprocess.check_output was added to python 2.7, not 2.5

Thanks go to Darrin Stephens for finding this issue.

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
data/python/FreeFOAM/compat.py