Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-17 | Add an __init__.py to the leap/mx/tests module with a boilerplated tests.run() | Isis Lovecruft | |
function so that the options parser doesn't choke on it. | |||
2013-02-17 | Clean up the options parser and documentation. | Isis Lovecruft | |
2013-02-17 | Set the traceback recursion when running in debug mode higher so that we can | Isis Lovecruft | |
follow exceptions better. | |||
2013-02-17 | Add a check for python3.0. | Isis Lovecruft | |
2013-02-17 | Move credit and license info out of __main__.__doc__ so that it's not crufting | Isis Lovecruft | |
up the screen everytime we run start_mx.py. | |||
2013-02-17 | Cleaned up documentation and added option handling class for the start script. | Isis Lovecruft | |
2013-02-16 | Add new start script. | Isis Lovecruft | |
* TODO: The new start script still need an usage.Options() class. |