#!/usr/bin/env python
import imp, sys, os
(mod_file,mod_path,mod_desc) = imp.find_module('childsplay')
sys.path.insert(1, mod_path)
import SPBasePaths
SPBasePaths.BASEDIR=mod_path
os.chdir(mod_path)
execfile('childsplay.py')
