Skip to content

Commit ace5656

Browse files
committed
Complete set of __future__ imports
1 parent 97cedce commit ace5656

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

beetsplug/gmusic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Upload files to Google Play Music and list songs in its library."""
1717

18-
from __future__ import print_function
18+
from __future__ import absolute_import, division, print_function
1919
import os.path
2020

2121
from beets.plugins import BeetsPlugin

test/rsrc/unicode’d.mp3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)