~divmod-dev/divmod.org/dns-892-2

« back to all changes in this revision

Viewing changes to Quotient/xquotient/mail.py

  • Committer: exarkun
  • Date: 2006-05-28 16:37:32 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:6856
Revert r6825 - causes regression in an axiomatic plugin from sine

Refs #1056

sine.axiom.plugins.confessionapp still imports Juice-related modules from Vertex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from twisted.mail import smtp
17
17
 
18
18
from epsilon import extime
19
 
from epsilon import sslverify
 
19
 
 
20
from vertex import sslverify
20
21
 
21
22
from axiom import item, attributes, userbase, scheduler, batch
22
23