[Schevo-devel] removing backwards-compatibility code for schema
preamble
Matthew Scott
mscott at goldenspud.com
Sat Dec 10 10:31:22 EST 2005
Currently, there is a bit of backwards-compatibility code in
schevo.database.Database._sync, that replaces this old preamble:
from schevo import *
from schevo.namespace import schema_prep
schema_prep(locals())
...with the new preamble:
from schevo.schema import *
schevo.schema.prep(locals())
If anyone has schemata that use the old preamble, update your schemata
and databases now, because the backwards-compatibility will be removed
some time in the next 7 days :)
--
Matthew R. Scott
More information about the Schevo-devel
mailing list