From ecb9d7cb3f4435457560e03201bbed57a469d548 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 24 Sep 2018 15:13:27 +0100 Subject: Move most code in root directory to src/ --- modules/books.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/books.py') diff --git a/modules/books.py b/modules/books.py index 409c8613..e0569a76 100644 --- a/modules/books.py +++ b/modules/books.py @@ -1,5 +1,5 @@ import json, re -import Utils +from src import Utils URL_GOOGLEBOOKS = "https://www.googleapis.com/books/v1/volumes" URL_BOOKINFO = "https://books.google.co.uk/books?id=%s" -- cgit v1.3.1-10-gc9f91