#! /usr/bin/python

"""
SolarWolf, the game
by Pete Shinners with the amazing pygame

Modified executable for Debian.
"""
import sys, os

os.chdir('/usr/share/games/solarwolf')
sys.path.insert(0,'/usr/lib/games/solarwolf')
import main
main.main(sys.argv)
