mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
removed unused globals
This commit is contained in:
parent
508a092e2e
commit
8460b94b50
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class Message(rfc822.Message):
|
||||||
_prefix = None
|
_prefix = None
|
||||||
|
|
||||||
def choose_boundary():
|
def choose_boundary():
|
||||||
global _generation, _prefix, _timestamp
|
global _prefix
|
||||||
import time
|
import time
|
||||||
import rand
|
import rand
|
||||||
if _prefix == None:
|
if _prefix == None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue