From a6f096e3dc191c730b9d9e8898bf56ef91840fe2 Mon Sep 17 00:00:00 2001 From: Matthew Duck Date: Wed, 30 Jul 2014 17:36:21 +0100 Subject: [PATCH] Add missing sys import --- spotipy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spotipy/__init__.py b/spotipy/__init__.py index c7e884d..6ee4921 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -2,6 +2,7 @@ from __future__ import print_function +import sys import base64 import requests import json