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