diff options
| author | klm | 1998-11-01 15:09:53 +0000 |
|---|---|---|
| committer | klm | 1998-11-01 15:09:53 +0000 |
| commit | b39482849502170be731faffd3dd052246bede6a (patch) | |
| tree | 86076e4b8900876c74734abdc73a4c287f12fe6d /Mailman/smtplib.py | |
| parent | a8c3b4b9ec212980a80ea318b3cfc31484c66d93 (diff) | |
| download | mailman-b39482849502170be731faffd3dd052246bede6a.tar.gz mailman-b39482849502170be731faffd3dd052246bede6a.tar.zst mailman-b39482849502170be731faffd3dd052246bede6a.zip | |
Diffstat (limited to 'Mailman/smtplib.py')
| -rw-r--r-- | Mailman/smtplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/smtplib.py b/Mailman/smtplib.py index 93a448174..83e9192eb 100644 --- a/Mailman/smtplib.py +++ b/Mailman/smtplib.py @@ -1,3 +1,4 @@ + # Copyright (C) 1998 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or @@ -120,7 +121,6 @@ class SmtpConnection: self._sock.send(line + '\r\n') self._sock.send('.\r\n') self.getresp() - print "send: done" # Private crap from here down. def getline(self): |
