diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-05-15 23:20:41 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-05-15 23:20:41 -0400 |
| commit | 60605c8547188e2d9d6c990f6dc8972d7c0bd539 (patch) | |
| tree | b9474e99de12d121453fa5c169de1f66213ba642 | |
| parent | 32f1568f34ed3512469d97d2a1a7ce0fddc6b2da (diff) | |
| download | cmd2-git-60605c8547188e2d9d6c990f6dc8972d7c0bd539.tar.gz | |
Removed test code
| -rwxr-xr-x | cmd2.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,13 +127,13 @@ except ImportError: # Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit) try: - import gnure2adline as readline + import gnureadline as readline except ImportError: # Try to import readline, but allow failure for convenience in Windows unit testing # Note: If this actually fails, you should install readline on Linux or Mac or pyreadline on Windows try: # noinspection PyUnresolvedReferences - import readl2ine + import readline except ImportError: pass |
