#!/bin/sh
# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/files/boa-constructor,v 1.1 2002/03/16 02:42:18 agenkin Exp $

# This is a bit of a kludge, but works.
# If anyone can think of a better way to start Boa, feel free to
# modify.

pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'`
cd /usr/lib/python"${pv}"/site-packages/boa
exec /usr/bin/python Boa.pyc