mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
Support print() as function in Python 2
This commit is contained in:
parent
3d46d7a035
commit
d08f7a82dc
@ -1,7 +1,7 @@
|
||||
# coding: utf-8
|
||||
|
||||
|
||||
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
import base64
|
||||
import requests
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
from __future__ import print_function
|
||||
import base64
|
||||
import urllib.request, urllib.parse, urllib.error
|
||||
import requests
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
# shows a user's playlists (need to be authenticated via oauth)
|
||||
|
||||
from __future__ import print_function
|
||||
import os
|
||||
import subprocess
|
||||
from . import oauth2
|
||||
|
Loading…
Reference in New Issue
Block a user