Renamed spotipy to client to avoid confusion

This commit is contained in:
Paul Lamere 2014-08-21 10:58:40 -04:00
parent 9a3b5784b0
commit 0143b58837
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1 @@
__all__ = ['spotipy']
from spotipy import *
from client import Spotify, SpotifyException

View File

@ -38,7 +38,9 @@ class Spotify(object):
print(user)
'''
trace = False
trace = False
"""enable tracing"""
_auth = None
def __init__(self, auth=None):