Update __init__.py

fixing issue #41: importing client is made using relative path
This commit is contained in:
Lorenzo Mele 2015-04-14 01:03:29 +02:00
parent 1b75562ce4
commit def9777607
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
VERSION='2.0.1'
from client import Spotify, SpotifyException
from .client import Spotify, SpotifyException