As I know PyDispatcher project has evolved into Louie project and is actively maintained by the same author. The code is *not* ugly, is closer to Django coding style and has a lot of improvements. http://louie.berlios.de/
Even more, I replaced content of django.dispatch with louie code, renamed all imports `from louie` to `from django.dispatch` and everything worked without any errors. Hope this information will help. Ivan Illarionov --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
