~ubuntu-branches/ubuntu/quantal/zodb/quantal

« back to all changes in this revision

Viewing changes to src/ZODB/POSException.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella, Brian Sutherland, Fabio Tranchitella
  • Date: 2010-01-05 22:22:35 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100105222235-z2xg4h60ru3e891t
Tags: 1:3.9.4-1
[ Brian Sutherland ]
* debian/tests/all: Test the correct python modules.

[ Fabio Tranchitella ]
* New upstream release.
* Convert to debhelper 7 and the pydeb dh7 extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
##############################################################################
14
14
"""ZODB-defined exceptions
15
15
 
16
 
$Id: POSException.py 98631 2009-03-30 20:44:57Z andreasjung $"""
 
16
$Id: POSException.py 105216 2009-10-22 14:30:54Z jim $"""
17
17
 
18
18
import sys
19
19
 
214
214
 
215
215
            # 12; i2 or i3 was empty
216
216
            'Empty bucket in a transaction',
 
217
 
 
218
            # 13; delete of first key, which causes change to parent node
 
219
            'Delete of first key',
217
220
            ]
218
221
 
219
222
    def __init__(self, p1, p2, p3, reason):