Skip to content

Commit 60605c8

Browse files
committed
Removed test code
1 parent 32f1568 commit 60605c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ def __subclasshook__(cls, C):
127127

128128
# Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit)
129129
try:
130-
import gnure2adline as readline
130+
import gnureadline as readline
131131
except ImportError:
132132
# Try to import readline, but allow failure for convenience in Windows unit testing
133133
# Note: If this actually fails, you should install readline on Linux or Mac or pyreadline on Windows
134134
try:
135135
# noinspection PyUnresolvedReferences
136-
import readl2ine
136+
import readline
137137
except ImportError:
138138
pass
139139

0 commit comments

Comments
 (0)