~ubuntu-branches/ubuntu/oneiric/zope.location/oneiric

« back to all changes in this revision

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

  • Committer: Gediminas Paulauskas
  • Date: 2011-08-22 17:29:55 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: menesis@pov.lt-20110822172955-swe4kfocrarx2wcc
Tags: 3.9.1-0ubuntu1
* New upstream release.
  - Now includes LICENSE.txt.
* Use dh_python2 instead of deprecated python-central (Closes: #617172).
  (LP: #831411).
* debian/copyright: convert to dep5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2003-2009 Zope Corporation and Contributors.
 
3
# Copyright (c) 2003-2009 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
"""Location framework interfaces
15
 
 
16
 
$Id: interfaces.py 105794 2009-11-18 07:10:50Z tlotze $
17
15
"""
18
16
__docformat__ = 'restructuredtext'
19
17