mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Fix class anme of PromptChoice
This commit is contained in:
parent
8763be5423
commit
9dff841afe
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ from beets.util.confit import _package_path
|
|||
import six
|
||||
|
||||
VARIOUS_ARTISTS = u'Various Artists'
|
||||
PromptChoice = namedtuple('ExtraChoice', ['short', 'long', 'callback'])
|
||||
PromptChoice = namedtuple('PromptChoice', ['short', 'long', 'callback'])
|
||||
|
||||
# Global logger.
|
||||
log = logging.getLogger('beets')
|
||||
|
|
|
|||
Loading…
Reference in a new issue