build: add a pycompile shell script
commite30ccdc0b6e00b66511605f33c521319c3a0c509
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 May 2008 06:07:50 +0000 (6 23:07 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 May 2008 06:07:50 +0000 (6 23:07 -0700)
treef9ea59de45b42b022192c3357166c477a58a8617
parentdfa3cbea14219b8c201ac1685c79ea8c62dfe74e
build: add a pycompile shell script

This is a simple script to compile python
files into .pyc/.pyo files.  It will be used
by the debian makefiles.

Signed-off-by: David Aguilar <davvid@gmail.com>
scripts/pycompile [new file with mode: 0755]