mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Merge pull request #2024 from jrobeson/remove-unnecessary-library-import
Remove library import from __init__.py
This commit is contained in:
commit
78387e3f10
1 changed files with 0 additions and 3 deletions
|
|
@ -17,14 +17,11 @@ from __future__ import division, absolute_import, print_function
|
|||
|
||||
import os
|
||||
|
||||
import beets.library
|
||||
from beets.util import confit
|
||||
|
||||
__version__ = u'1.3.18'
|
||||
__author__ = u'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
Library = beets.library.Library
|
||||
|
||||
|
||||
class IncludeLazyConfig(confit.LazyConfig):
|
||||
"""A version of Confit's LazyConfig that also merges in data from
|
||||
|
|
|
|||
Loading…
Reference in a new issue