Re: [SQLObject] Preventing Duplicate Class Definitions
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2004-10-01 19:31:54
|
Brad Bollenbach wrote: > Hi all, > > So I've written a little unit test to merge a small patch from Steve > Alexander to prevent defining the same class twice. Doesn't this already happen? I think it raises an AssertionError. Oh, wait, maybe it doesn't; I must have forgotten that part when I moved the code into classregistry.py. Well, you are right, that should raise an error. -- Ian Bicking / ia...@co... / http://blog.ianbicking.org |