From 5a4d854975d070eb22f26b91972f233072afebf6 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Wed, 1 Nov 2017 13:25:17 -0400 Subject: [PATCH] Fixed some import statements --- TVDBSearch.py | 2 +- actions.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TVDBSearch.py b/TVDBSearch.py index bff4bea..2166d83 100644 --- a/TVDBSearch.py +++ b/TVDBSearch.py @@ -2,7 +2,7 @@ import requests import json import urllib.parse import os.path -import shutil + # import login def searchRemainder(imageType, saveNameList, idNum):#Finds any images missing from the api call in getImages diff --git a/actions.py b/actions.py index 9c52e71..dd7acef 100644 --- a/actions.py +++ b/actions.py @@ -1,3 +1,7 @@ +import requests +import shutil +import json + def refreshToken(): print("Not implemented yet")