Skip to content

Commit

Permalink
Remove CVS-era Id fossils.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 3, 2010
1 parent 776a062 commit a45168d
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 37 deletions.
2 changes: 0 additions & 2 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
$Id$
"""

import os, shutil, sys, tempfile, urllib2
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# Zope Toolkit policies as described by this documentation.
##############################################################################
"""Setup for zope.sendmail package
$Id$
"""
from setuptools import setup, find_packages

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/delivery.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"""Mail Delivery utility implementation
This module contains various implementations of `MailDeliverys`.
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Collection of possible Mail Events.
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
- If mail delivery succeeds, an `IMailSentEvent` is dispatched by the mailer.
If mail delivery fails, no exceptions are raised, but an `IMailErrorEvent` is
dispatched by the mailer.
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/maildir.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Read/write access to `Maildir` folders.
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
6 changes: 1 addition & 5 deletions src/zope/sendmail/mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################

"""These are classes which abstract different channels an email
message could be sent out by.
$Id$
"""Classes which abstract different channels a message could be sent to.
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"""Queue processor thread
This module contains the queue processor thread.
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_delivery.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"""Mail Delivery Tests
Simple implementation of the MailDelivery, Mailers and MailEvents.
$Id$
"""

import smtplib
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Test the gts ZCML namespace directives.
$Id$
"""
import os
import shutil
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Mailer Events Tests
$Id$
"""
from unittest import TestCase, TestSuite, makeSuite

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_maildir.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for zope.sendmail.maildir module
$Id$
"""

import unittest
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Tests for mailers.
$Id$
"""

from StringIO import StringIO
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"""Mail Delivery Tests
Simple implementation of the MailDelivery, Mailers and MailEvents.
$Id$
"""

import os.path
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/tests/test_vocabulary.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Mail delivery names vocabulary test
$Id$
"""
import unittest
from doctest import DocTestSuite
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/vocabulary.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Mail vocabularies
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/sendmail/zcml.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""'mail' ZCML Namespaces Schemas
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down

0 comments on commit a45168d

Please sign in to comment.