Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
- Merge tseaver-strexp_delenda-branch to the head.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Nov 18, 2003
1 parent 9a9df3f commit 06696c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Draft.py
Expand Up @@ -142,7 +142,7 @@ def manage_afterAdd(self, item, container):

def manage_beforeDelete(self, item, container):
if self.nonempty():
raise 'Version Error', (
raise ValueError, (
'Attempt to %sdelete a non-empty version.<p>'
((self is not item) and 'indirectly ' or ''))

Expand Down

0 comments on commit 06696c8

Please sign in to comment.