#!/bin/sh 

PROGRAM=/usr/lib/swatchbooker/sbconvert.py
PYTHON=`which python`

$PYTHON $PROGRAM ;
