mirror of
https://github.com/beetbox/beets.git
synced 2026-02-10 09:25:42 +01:00
Capitalize Python
This commit is contained in:
parent
bdfa53c503
commit
55d9233e39
1 changed files with 1 additions and 1 deletions
|
|
@ -1337,7 +1337,7 @@ default_commands.append(stats_cmd)
|
|||
|
||||
def show_version(lib, opts, args):
|
||||
print_(u'beets version %s' % beets.__version__)
|
||||
print_(u'python version {}'.format(python_version()))
|
||||
print_(u'Python version {}'.format(python_version()))
|
||||
# Show plugins.
|
||||
names = sorted(p.name for p in plugins.find_plugins())
|
||||
if names:
|
||||
|
|
|
|||
Loading…
Reference in a new issue