From 347f9e89190c7feb81f54d9e8cbbb566432d766a Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 9 Dec 2016 21:52:38 -0500 Subject: Stage 3 of refactoring. Transcript testing now works on both Python 2 and Python 3 thanks to six.next(). --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 633953a0..299f05c6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ build dist cmd2.egg-info .idea - +*.pyc -- cgit v1.2.1