Re: I'm having some trouble with signals.

2009-04-30 Thread Malcolm Tredinnick
On Thu, 2009-04-30 at 15:03 -0700, Brian McKeever wrote: > I'm sure I made some dumb mistake, but I just can't see it. > Basically, I'm having difficulty connecting to the signal with my > model. Don't have time to look into this deeply at the moment, but I suspect I know the problem. The signal

I'm having some trouble with signals.

2009-04-30 Thread Brian McKeever
I'm sure I made some dumb mistake, but I just can't see it. Basically, I'm having difficulty connecting to the signal with my model. #my test def test_set_trigger_bug(self): self.assertEqual(len(game_reset.receivers), 0) def trigger(): pass