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

« back to all changes in this revision

Viewing changes to src/zope/app/tests/dochttp.py

  • Committer: Marc Tardif
  • Date: 2008-04-26 19:03:34 UTC
  • Revision ID: cr3@lime-20080426190334-u16xo4llz56vliqf
Initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This module has moved to zope.app.testing
 
2
# and will go away in Zope 3.5
 
3
import zope.deprecation
 
4
zope.deprecation.moved(
 
5
    'zope.app.testing.dochttp',
 
6
    "Zope 3.5",
 
7
    )