~landscape/zope3/ztk-1.1.3

« back to all changes in this revision

Viewing changes to src/zope/app/i18n/tests/placelesssetup.py

  • Committer: Sidnei da Silva
  • Date: 2010-07-05 21:07:01 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20100705210701-zmqhqrbzad1mhzsl
- Reduce deps

Show diffs side-by-side

added added

removed removed

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