server/test/data/schema.py
branchstable
changeset 5761 02bccbc4ff1c
parent 5426 0d4853a6e5ee
child 5762 730d458ec1bf
equal deleted inserted replaced
5760:b6453e606d25 5761:02bccbc4ff1c
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """
    18 
    19 
       
    20 """
       
    21 from yams.buildobjs import (EntityType, RelationType, RelationDefinition,
    19 from yams.buildobjs import (EntityType, RelationType, RelationDefinition,
    22                             SubjectRelation, RichString, String, Int, Boolean, Datetime)
    20                             SubjectRelation, RichString, String, Int, Boolean, Datetime)
    23 from yams.constraints import SizeConstraint
    21 from yams.constraints import SizeConstraint
    24 from cubicweb.schema import (WorkflowableEntityType, RQLConstraint,
    22 from cubicweb.schema import (WorkflowableEntityType, RQLConstraint,
    25                              ERQLExpression, RRQLExpression)
    23                              ERQLExpression, RRQLExpression)