Complete set of __future__ imports

This commit is contained in:
Adrian Sampson 2017-06-14 19:08:27 -04:00
parent 97cedce0f8
commit ace5656e36
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@
"""Upload files to Google Play Music and list songs in its library."""
from __future__ import print_function
from __future__ import absolute_import, division, print_function
import os.path
from beets.plugins import BeetsPlugin

Binary file not shown.