moved util into the main package

This commit is contained in:
Paul Lamere 2014-08-17 10:28:37 -04:00
parent e35ef206d5
commit 358b578d9c

View File

@ -8,7 +8,7 @@ import requests
import json import json
__all__ = ['oauth2'] __all__ = ['oauth2', 'util']
''' A simple and thin Python library for the Spotify Web API ''' A simple and thin Python library for the Spotify Web API
''' '''