mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 08:25:23 +01:00
Complete set of __future__ imports
This commit is contained in:
parent
97cedce0f8
commit
ace5656e36
2 changed files with 1 additions and 1 deletions
|
|
@ -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.
Loading…
Reference in a new issue