Add future imports to playlist plugin

This commit is contained in:
Adrian Sampson 2019-02-17 14:02:26 -05:00
parent 3633c1e27f
commit 55ef2ffd39

View file

@ -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