Mercurial > python-cmd2
comparison README.txt @ 16:0a316420636e
correction in pypi page url in readme
author | catherine@localhost |
---|---|
date | Thu, 15 May 2008 13:41:22 -0400 |
parents | c6e8b645c0ab |
children | f81b5670a713 |
comparison
equal
deleted
inserted
replaced
15:0eb8d4e18472 | 16:0a316420636e |
---|---|
55 | 55 |
56 - Catherine Devlin, catherinedevlin.blogspot.com | 56 - Catherine Devlin, catherinedevlin.blogspot.com |
57 | 57 |
58 cmd2 can be installed with `easy_install cmd2` | 58 cmd2 can be installed with `easy_install cmd2` |
59 | 59 |
60 Cheese Shop page: http://pypi.python.org/pypi/cmd2/0.1 | 60 Cheese Shop page: http://pypi.python.org/pypi/cmd2 |
61 | 61 |
62 Example cmd2 application (cmd2_example.py) :: | 62 Example cmd2 application (cmd2_example.py) :: |
63 | 63 |
64 from cmd2 import Cmd, make_option, options | 64 from cmd2 import Cmd, make_option, options |
65 | 65 |