From d4136073e13cc41b9ac35a418b588c4ae11c0c67 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 16 Dec 2003 21:20:27 +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 4b0ef6cfe..f92a8f617 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -43,6 +43,7 @@ import time import getopt import socket import urllib2 +import xml.sax import SOAP import google