From d5c4b15632dd52d4e9d3e2de979791a0f1978ffd Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 11:22:29 +0000 Subject: [PATCH] Forgot an import. --- plugins/Google.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Google.py b/plugins/Google.py index 291972e03..38a85df95 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -43,6 +43,7 @@ import urllib2 import google +import conf import utils import ircmsgs import privmsgs