#!/bin/sh
tempname=`dirname "$0"`
cd "$tempname/code"
exec python map_editor.py
