schema.py
changeset 2736 c5048502409f
parent 2735 39c942241b48
child 2741 148d0cea1fb5
--- a/schema.py	Fri Aug 07 14:06:58 2009 +0200
+++ b/schema.py	Fri Aug 07 14:49:19 2009 +0200
@@ -942,3 +942,7 @@
 def bw_set_statement_type(self, etype):
     return orig_set_statement_type(self, bw_normalize_etype(etype))
 stmts.Select.set_statement_type = bw_set_statement_type
+
+# XXX deprecated
+from yams.constraints import format_constraint
+from yams.buildobjs import RichString