]> granicus.if.org Git - python/commitdiff
Remove redundant import
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 14:41:39 +0000 (14:41 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 14:41:39 +0000 (14:41 +0000)
Lib/smtplib.py

index 3d28b0d56682ffa4d10595a4e0d5a75398d696fb..61b733e58fc22bc54ae4cb860ae0eff71678d08a 100755 (executable)
@@ -529,7 +529,7 @@ class SMTP:
 # Test the sendmail method, which tests most of the others.
 # Note: This always sends to localhost.
 if __name__ == '__main__':
-    import sys, rfc822
+    import sys
 
     def prompt(prompt):
         sys.stdout.write(prompt + ": ")