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/define.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/define.py') diff --git a/modules/define.py b/modules/define.py index bbc37f70..1b88e83b 100644 --- a/modules/define.py +++ b/modules/define.py @@ -1,7 +1,7 @@ #--require-config wordnik-api-key -import Utils import time +from src import Utils URL_WORDNIK = "https://api.wordnik.com/v4/word.json/%s/definitions" URL_WORDNIK_RANDOM = "https://api.wordnik.com/v4/words.json/randomWord" -- cgit v1.3.1-10-gc9f91