Remove relative imports in spotify package initialiser

This commit is contained in:
Sandeep Murthy 2018-02-17 12:00:29 +00:00 committed by Stephane Bruckert
parent ef49cd6e03
commit 502a56f987

View File

@ -1,5 +1,5 @@
VERSION='2.0.1' VERSION='2.0.1'
from .client import * from client import *
from .oauth2 import * from oauth2 import *
from util import * from util import *