view run_game.py @ 42:498e4732bc1f

Auto-convert unix / http path separators to platform appropriate ones -- we should now just be able to use slash as the path separator through-out our own code.
author Simon Cross <hodgestar@gmail.com>
date Mon, 31 Aug 2009 16:48:47 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()