mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Add future imports to playlist plugin
This commit is contained in:
parent
3633c1e27f
commit
55ef2ffd39
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
# The above copyright notice and this permission notice shall be
|
||||
# included in all copies or substantial portions of the Software.
|
||||
|
||||
from __future__ import division, absolute_import, print_function
|
||||
|
||||
import os
|
||||
import fnmatch
|
||||
import beets
|
||||
|
|
|
|||
Loading…
Reference in a new issue