[snip]
> class nameB:
>    def __init__(self, sema):
>         self.sema = sema
>         <do some stuff>
>  
>    def run(self):
>          self.semaA.acquire()
>          <do some stuff>
>   
I think here Kent meant self.sema.acquire()
[snip]
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to