From 57d511a760e128b7d3d88b383da86713267b93c3 Mon Sep 17 00:00:00 2001 From: Nathan Fearnley Date: Tue, 9 Feb 2016 13:20:32 -0500 Subject: [PATCH] Added missing import to xkcd.py --- sopel/modules/xkcd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel/modules/xkcd.py b/sopel/modules/xkcd.py index 6961df3882..d2baef9223 100644 --- a/sopel/modules/xkcd.py +++ b/sopel/modules/xkcd.py @@ -8,6 +8,7 @@ import json import random import re +import requests from sopel import web from sopel.modules.search import google_search from sopel.module import commands