commit | 50355309047765558ef8f5d60aefed42a7f954cc | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri May 21 10:33:23 2010 +0100 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri May 21 10:33:23 2010 +0100 |
tree | dde6cb259b5dc3520a4119a52704e1807b660b6a | |
parent | 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0 [diff] [blame] |
Add Python wrapper from Martin Hosken
diff --git a/contrib/python/runpy b/contrib/python/runpy new file mode 100755 index 0000000..b39db1b --- /dev/null +++ b/contrib/python/runpy
@@ -0,0 +1,2 @@ +#!/bin/sh +LD_LIBRARY_PATH=../../src/.libs PYTHONPATH=build/lib.`python -c 'import distutils.util, sys; print distutils.util.get_platform()+"-"+str(sys.version_info[0])+"."+str(sys.version_info[1])'` "$@"