We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f1568 commit 60605c8Copy full SHA for 60605c8
cmd2.py
@@ -127,13 +127,13 @@ def __subclasshook__(cls, C):
127
128
# Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit)
129
try:
130
- import gnure2adline as readline
+ import gnureadline as readline
131
except ImportError:
132
# Try to import readline, but allow failure for convenience in Windows unit testing
133
# Note: If this actually fails, you should install readline on Linux or Mac or pyreadline on Windows
134
135
# noinspection PyUnresolvedReferences
136
- import readl2ine
+ import readline
137
138
pass
139
0 commit comments