restore backward compat, still imported a lot
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Aug 2009 14:49:19 +0200
changeset 2736 c5048502409f
parent 2735 39c942241b48
child 2737 aaef49a3c39b
restore backward compat, still imported a lot
schema.py
--- 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