From 1d3bd562aa69dc50249974fd96dfd39d6dd28c7c Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 6 Jan 2017 12:42:32 +0000 Subject: Remove mentions of 2to3, remove INSTALL.txt --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 01d939c2..d260b40e 100755 --- a/setup.py +++ b/setup.py @@ -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 ` against ``cmd2.py`` -generates working, Python3-based code. - See docs at http://packages.python.org/cmd2/ """, -- cgit v1.2.1