mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
back out readline addition (#376)
This commit is contained in:
parent
7736e279fe
commit
9c10d8163b
2 changed files with 0 additions and 9 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue