diff options
| author | Barry Warsaw | 2009-08-17 20:19:31 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-08-17 20:19:31 -0400 |
| commit | 1fb7546e28eb94a3dcf82ff7fb37a85e4648cc1c (patch) | |
| tree | a04ae5f7745f53b190d8544027271a29b2517fb4 /src | |
| parent | 2bcf21ce4ca552bf11d38ed753d33e76975d5ecf (diff) | |
| download | mailman-1fb7546e28eb94a3dcf82ff7fb37a85e4648cc1c.tar.gz mailman-1fb7546e28eb94a3dcf82ff7fb37a85e4648cc1c.tar.zst mailman-1fb7546e28eb94a3dcf82ff7fb37a85e4648cc1c.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/rest/publication.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/rest/publication.py b/src/mailman/rest/publication.py index 1918dcbc0..e31383f64 100644 --- a/src/mailman/rest/publication.py +++ b/src/mailman/rest/publication.py @@ -15,7 +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/>. -"""Module stuff.""" +"""Publication hooks.""" from __future__ import absolute_import, unicode_literals @@ -25,11 +25,7 @@ __all__ = [ ] -import traceback - -from lazr.restful.publisher import WebServicePublicationMixin from lazr.restful.simple import Publication -from zope.component import queryMultiAdapter from zope.publisher.interfaces import NotFound from mailman.config import config |
