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 fcb7026 commit 59f8059Copy full SHA for 59f8059
cmd2.py
@@ -62,15 +62,6 @@
62
# noinspection PyUnresolvedReferences
63
from six.moves.urllib.request import urlopen
64
65
-# Prefer statically linked gnureadline if available (for Mac OS X compatibility due to issues with libedit)
66
-try:
67
- import gnureadline as readline
68
-except ImportError:
69
- try:
70
- import readline
71
- except ImportError:
72
- pass
73
-
74
# Python 3 compatibility hack due to no built-in file keyword in Python 3
75
# Due to one occurrence of isinstance(<foo>, file) checking to see if something is of file type
76
try:
0 commit comments