view run_game.py @ 553:a2648295b7cf

Only stop test if we were just testing (otherwise the level gets cleared).
author Simon Cross <hodgestar@gmail.com>
date Fri, 23 Sep 2011 21:54:02 +0200
parents c2761e15f66b
children
line wrap: on
line source

#!/usr/bin/env python

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