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

« back to all changes in this revision

Viewing changes to src/zope/app/tests/dochttp.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:
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
 
    )