From e8b267d477e14a01702e9c4d65ae6b0dd838a758 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Tue, 7 Nov 2006 00:47:23 +0000 Subject: [PATCH] Remove an unused import --- Utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility.py b/Utility.py index b9353b3..c415bdd 100755 --- a/Utility.py +++ b/Utility.py @@ -14,7 +14,7 @@ ident = "$Id$" -import sys, types, httplib, smtplib, urllib, socket, weakref +import sys, types, httplib, urllib, socket, weakref from os.path import isfile from string import join, strip, split from UserDict import UserDict