#!/usr/bin/python
import os
import beatle

os.chdir(os.path.dirname(beatle.__file__))
os.system('python start.py')
