From 6cb656908b7c4fcec6cc9071d964343f7eb551d1 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 28 Aug 2015 22:05:54 -0500 Subject: [PATCH] Forgot an import. --- commands/stars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/stars.py b/commands/stars.py index f8c7568..862b75f 100644 --- a/commands/stars.py +++ b/commands/stars.py @@ -21,7 +21,7 @@ # SOFTWARE. from json import loads -from urllib2 import urlopen +from urllib2 import urlopen, HTTPError from earwigbot.commands import Command