~hardware-certification/zope3/certify-trunk-2.5

« back to all changes in this revision

Viewing changes to src/zope/publisher/interfaces/xmlrpc.py

  • Committer: Marc Tardif
  • Date: 2008-09-29 21:51:27 UTC
  • Revision ID: marc.tardif@canonical.com-20080929215127-avhwhbli3ene811e
Migrated from trunk to 3.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
##############################################################################
14
14
"""Interfaces for the XMLRPC publisher.
15
15
 
16
 
$Id: xmlrpc.py 82493 2007-12-28 14:12:27Z ctheune $
 
16
$Id: xmlrpc.py 68728 2006-06-18 00:30:21Z ctheune $
17
17
"""
18
18
 
19
19
__docformat__ = "reStructuredText"