server/repository.py
branchstable
changeset 3757 122a01751d59
parent 3694 33dbb1da1db9
child 3777 3ef8cdb5fb1c
child 3877 7ca53fc72a0a
child 4212 ab6573088b4a
equal deleted inserted replaced
3755:9b973e8eabb3 3757:122a01751d59
    22 from os.path import join, exists
    22 from os.path import join, exists
    23 from datetime import datetime
    23 from datetime import datetime
    24 from time import time, localtime, strftime
    24 from time import time, localtime, strftime
    25 
    25 
    26 from logilab.common.decorators import cached
    26 from logilab.common.decorators import cached
       
    27 from logilab.common.compat import any
    27 
    28 
    28 from yams import BadSchemaDefinition
    29 from yams import BadSchemaDefinition
    29 from rql import RQLSyntaxError
    30 from rql import RQLSyntaxError
    30 
    31 
    31 from cubicweb import (CW_SOFTWARE_ROOT, CW_MIGRATION_MAP, CW_EVENT_MANAGER,
    32 from cubicweb import (CW_SOFTWARE_ROOT, CW_MIGRATION_MAP, CW_EVENT_MANAGER,