Avoid circular reference
This commit is contained in:
parent
4b8371e292
commit
db30cd66d3
@ -180,7 +180,10 @@ init python:
|
|||||||
self.wait = wait
|
self.wait = wait
|
||||||
self.label = label
|
self.label = label
|
||||||
self.func = func
|
self.func = func
|
||||||
self.queue = mailbox.letters
|
|
||||||
|
@property
|
||||||
|
def queue(self):
|
||||||
|
return mailbox.letters
|
||||||
|
|
||||||
def send(self):
|
def send(self):
|
||||||
self.mailed = True
|
self.mailed = True
|
||||||
|
Loading…
Reference in New Issue
Block a user