~ubuntu-branches/ubuntu/utopic/zope.container/utopic

« back to all changes in this revision

Viewing changes to src/zope/container/size.py

  • Committer: Gediminas Paulauskas
  • Date: 2011-08-12 12:47:13 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: menesis@pov.lt-20110812124713-6vjm8q1wc7o31w0j
Tags: 3.12.0-0ubuntu1
* New upstream release.
  - Now includes a license.
* debian/patches: remove the automatic patch that added the license.
* Needs van.pydeb (>= 1.3.3) to correctly handle "zope.security[zcml]>=3.8"
  dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
##############################################################################
3
3
#
4
 
# Copyright (c) 2002 Zope Corporation and Contributors.
 
4
# Copyright (c) 2002 Zope Foundation and Contributors.
5
5
# All Rights Reserved.
6
6
#
7
7
# This software is subject to the provisions of the Zope Public License,
13
13
#
14
14
##############################################################################
15
15
"""Adapters that give the size of an object.
16
 
 
17
 
$Id: size.py 95341 2009-01-28 15:59:18Z wosc $
18
16
"""
19
17
__docformat__ = 'restructuredtext'
20
18