Kaydet (Commit) 8460b94b authored tarafından Guido van Rossum's avatar Guido van Rossum

removed unused globals

üst 508a092e
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment