From: Guido van Rossum Date: Tue, 28 May 1996 22:59:58 +0000 (+0000) Subject: removed unused globals X-Git-Tag: v1.4b1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8460b94b50db229ac28b3ba300c4b97bc4e3700c;p=python removed unused globals --- diff --git a/Lib/mimetools.py b/Lib/mimetools.py index 78e1461ea3..da33a7777b 100644 --- a/Lib/mimetools.py +++ b/Lib/mimetools.py @@ -99,7 +99,7 @@ class Message(rfc822.Message): _prefix = None def choose_boundary(): - global _generation, _prefix, _timestamp + global _prefix import time import rand if _prefix == None: