Comment #4 on issue 25 by chris.leemesser: importing notification broken http://code.google.com/p/django-notification/issues/detail?id=25
@leidel I admit I am not completely clear on whether to catch this together with ImproperlyConfigured - thought to catch ImportError in case import mailer doesn't provide send_mail (it has changed its signature). "mailer" is a fairly generic name for a module. As I think about it, it's probably better to know this and not catch the ImportError. @guenter I mentioned using the tuple because without he parenthesis I believe you are binding the raised exception to a local name ImproperlyConfigured which is probably not what you want. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" 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/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
