diff --git a/spotipy/__init__.py b/spotipy/__init__.py index 9a64643..95c0814 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -1,5 +1,5 @@ VERSION='2.0.1' -from .client import * -from .oauth2 import * +from client import * +from oauth2 import * from util import *