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
1 changed files with 1 additions and 1 deletions

View File

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