~sidnei/zope3/ztk-1.1

« back to all changes in this revision

Viewing changes to src/zope/dublincore/xmlmetadata.py

  • Committer: Sidnei da Silva
  • Date: 2011-04-08 22:10:13 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20110408221013-lrjto3qdiupekwdc
- Upgrade to ztk 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2003 Zope Corporation and Contributors.
 
3
# Copyright (c) 2003 Zope Foundation and Contributors.
4
4
# All Rights Reserved.
5
5
#
6
6
# This software is subject to the provisions of the Zope Public License,
12
12
#
13
13
##############################################################################
14
14
"""Dublin Core XML data parser and writer
15
 
 
16
 
$Id: xmlmetadata.py 66902 2006-04-12 20:16:30Z philikon $
17
15
"""
18
16
__docformat__ = 'restructuredtext'
19
17