~ztk-steering-group/zope.viewlet/trunk

« back to all changes in this revision

Viewing changes to src/zope/viewlet/interfaces.py

  • Committer: tseaver
  • Date: 2010-06-03 17:00:36 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.viewlet/trunk:113069
Remove CVS-era Id fossils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#
13
13
##############################################################################
14
14
"""Viewlet interfaces
15
 
 
16
 
$Id$
17
15
"""
18
16
__docformat__ = 'restructuredtext'
19
17