Differences From Artifact [c9554ab114]:

To Artifact [77357a9091]:


71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
import smtplib
import pwd
import socket

from cStringIO import StringIO

# Which SMTP server to do we connect to?  Empty string means localhost.
MAILHOST = ''
MAILPORT = 25

# Diff trimming stuff
DIFF_HEAD_LINES = 20
DIFF_TAIL_LINES = 20
DIFF_TRUNCATE_IF_LARGER = 1000








|







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
import smtplib
import pwd
import socket

from cStringIO import StringIO

# Which SMTP server to do we connect to?  Empty string means localhost.
MAILHOST = 'localhost'
MAILPORT = 25

# Diff trimming stuff
DIFF_HEAD_LINES = 20
DIFF_TAIL_LINES = 20
DIFF_TRUNCATE_IF_LARGER = 1000


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]