Re: signal recursive import error

2007-11-18 Thread Malcolm Tredinnick
On Sun, 2007-11-18 at 23:43 +0200, xor exor wrote: > Hi i got models.py where i keep my model classes. And have also a > signals.py where i want to keep my signals for that models. > So the problem is some of the signals need some of model classes. So > when i import the signal_meth it also impor

signal recursive import error

2007-11-18 Thread xor exor
Hi i got models.py where i keep my model classes. And have also a signals.py where i want to keep my signals for that models. So the problem is some of the signals need some of model classes. So when i import the signal_meth it also import some of the model classes and models also import the signa