#!/usr/bin/python

import sys,os


sys.path.append("/usr/share/ffrenzy/python")

#start the gui, this does all the work
import ffmenu

ffmenu.run('/usr/share/ffrenzy/glade/ffmenu.glade',
           '/usr/games/ffrenzy','/usr/share/ffrenzy/levels')
