From 55ef2ffd39e73f15674a3e5b0438428d5ef50c29 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 17 Feb 2019 14:02:26 -0500 Subject: [PATCH] Add future imports to playlist plugin --- beetsplug/playlist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beetsplug/playlist.py b/beetsplug/playlist.py index e5c80f129..e8683ff93 100644 --- a/beetsplug/playlist.py +++ b/beetsplug/playlist.py @@ -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