view scripts/mamba @ 515:f3e69e59345f

Remove numeric keypad TODO until it can be reproduced on another machine.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 00:29:26 +0200
parents 209a2d1deea8
children
line wrap: on
line source

#!/usr/bin/env python

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