From ce71e89c1d01e03df7abba3396d9445657ad04d9 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 5 Feb 2017 11:55:39 -0500 Subject: Fixed how the six.moves.input function is imported and used. Also added a unit test for the cmd2.Cmd.select() method. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 14c82219..8270b9f6 100755 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ CLASSIFIERS = filter(None, map(str.strip, """.splitlines())) INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'six'] +# unitest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python TESTS_REQUIRE = ['mock', 'pytest'] setup( -- cgit v1.2.1