removed unused globals

This commit is contained in:
Guido van Rossum 1996-05-28 22:59:58 +00:00
parent 508a092e2e
commit 8460b94b50
1 changed files with 1 additions and 1 deletions

View File

@ -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: