From c5f05e45cffa16f45f1332cec531c045893f928f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 23 Feb 2008 17:40:11 +0000 Subject: Patch #2167 from calvin: Remove unused imports --- Lib/email/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/email/utils.py') diff --git a/Lib/email/utils.py b/Lib/email/utils.py index ee952d392e..50010e69b0 100644 --- a/Lib/email/utils.py +++ b/Lib/email/utils.py @@ -27,7 +27,6 @@ import random import socket import urllib import warnings -from cStringIO import StringIO from email._parseaddr import quote from email._parseaddr import AddressList as _AddressList -- cgit v1.2.1