back out readline addition (#376)

This commit is contained in:
Adrian Sampson 2012-04-19 10:21:39 -07:00
parent 7736e279fe
commit 9c10d8163b
2 changed files with 0 additions and 9 deletions

View file

@ -42,14 +42,6 @@ if sys.platform == 'win32':
else:
colorama.init()
# On Unix-like platforms, use readline to make prompts more usable.
try:
import readline
except ImportError:
pass
else:
readline # Silence pyflakes "unused import" warning.
# Constants.
CONFIG_PATH_VAR = 'BEETSCONFIG'

View file

@ -41,7 +41,6 @@ Changelog
* When the autotagger fails to find a match, it now displays the number of
tracks on the album (to help you guess what might be going wrong) and a link
to the FAQ.
* Readline is now used when available to provide nicer terminal input.
* The default filename character substitutions were changed to be more
conservative. The Windows "reserved characters" are substituted by default
even on Unix platforms (this causes less surprise when using Samba shares to