Author: brosner
Date: Sun Oct 19 17:45:50 2008
New Revision: 40

Modified:
    trunk/mailerdev/mailer/engine.py

Log:
Fixed a relative import in favor of an absolute import.

Modified: trunk/mailerdev/mailer/engine.py
==============================================================================
--- trunk/mailerdev/mailer/engine.py    (original)
+++ trunk/mailerdev/mailer/engine.py    Sun Oct 19 17:45:50 2008
@@ -4,7 +4,7 @@
  from lockfile import FileLock, AlreadyLocked, LockTimeout
  from socket import error as socket_error

-from models import Message, DontSendEntry, MessageLog
+from mailer.models import Message, DontSendEntry, MessageLog

  from django.conf import settings
  from django.core.mail import send_mail as core_send_mail

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to