devtools/devctl.py
changeset 9246 593b29325f68
parent 9231 d2edd8ac5f33
child 9258 4e79f587c6ab
equal deleted inserted replaced
9218:c027ed79f1ce 9246:593b29325f68
   151     else:
   151     else:
   152         # processing cubicweb itself
   152         # processing cubicweb itself
   153         libschema = {}
   153         libschema = {}
   154         for cstrtype in CONSTRAINTS:
   154         for cstrtype in CONSTRAINTS:
   155             add_msg(w, cstrtype)
   155             add_msg(w, cstrtype)
   156 
   156         libafss = libaiams = None
   157         is_in_lib = lambda: False
   157         is_in_lib = lambda *args: False
   158     done = set()
   158     done = set()
   159     for eschema in sorted(schema.entities()):
   159     for eschema in sorted(schema.entities()):
   160         if eschema.type in libschema:
   160         if eschema.type in libschema:
   161             done.add(eschema.description)
   161             done.add(eschema.description)
   162     for eschema in sorted(schema.entities()):
   162     for eschema in sorted(schema.entities()):