diff options
| author | Barry Warsaw | 2009-11-03 22:46:29 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-03 22:46:29 -0500 |
| commit | 4b1c4b3552c1badca343d071ea11cd7462d2244a (patch) | |
| tree | 53d630067e64ec598d27144ec5df9b7f266516b6 /src/mailman/interfaces/database.py | |
| parent | d93c9f447482e14e0385854b661200553db661a1 (diff) | |
| parent | 857b8cbc8acd8caec21311de9c41357a79039e8c (diff) | |
| download | mailman-4b1c4b3552c1badca343d071ea11cd7462d2244a.tar.gz mailman-4b1c4b3552c1badca343d071ea11cd7462d2244a.tar.zst mailman-4b1c4b3552c1badca343d071ea11cd7462d2244a.zip | |
Branch merge
Diffstat (limited to 'src/mailman/interfaces/database.py')
| -rw-r--r-- | src/mailman/interfaces/database.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mailman/interfaces/database.py b/src/mailman/interfaces/database.py index dd4294d4f..3730e7ade 100644 --- a/src/mailman/interfaces/database.py +++ b/src/mailman/interfaces/database.py @@ -15,13 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""Interfaces for database interaction. - -By providing an object with this interface and declaring it in a package -setup.py file as an entry point in the 'mailman.database' group with the name -'initializer', you can distribute entirely different database layers for -Mailman's back end. -""" +"""Interfaces for database interaction.""" from __future__ import absolute_import, unicode_literals |
