view run_game.py @ 524:dc5fdd7b3ce5

Defocus while we still have the focused things to defocus. Otherwise we crash in a way that makes confluence sad.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 18 Sep 2011 00:57:21 +0200
parents c2761e15f66b
children
line wrap: on
line source

#!/usr/bin/env python

import mamba.__main__
if __name__ == "__main__":
    mamba.__main__.main()