diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-06 12:42:32 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-06 12:42:32 +0000 |
commit | 1d3bd562aa69dc50249974fd96dfd39d6dd28c7c (patch) | |
tree | 2240b121fab21e7b30f330c9eb5a538d8638ac20 /setup.py | |
parent | 46d1028a330ffe4d344b99739d1d4b607654ade5 (diff) | |
download | cmd2-git-1d3bd562aa69dc50249974fd96dfd39d6dd28c7c.tar.gz |
Remove mentions of 2to3, remove INSTALL.txt
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -41,9 +41,6 @@ Drop-in replacement adds several features for command-prompt tools: Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. -Running `2to3 <http://docs.python.org/library/2to3.html>` against ``cmd2.py`` -generates working, Python3-based code. - See docs at http://packages.python.org/cmd2/ """, |