server/sources/extlite.py
changeset 5323 329b4f6d18b4
parent 5013 ad91f93bbb93
child 5423 e15abfdcce38
equal deleted inserted replaced
5322:c0b7687bce3d 5323:329b4f6d18b4
    64         ('helper-db-path',
    64         ('helper-db-path',
    65          {'type' : 'string',
    65          {'type' : 'string',
    66           'default': None,
    66           'default': None,
    67           'help': 'path to the sqlite database file used to do queries on the \
    67           'help': 'path to the sqlite database file used to do queries on the \
    68 repository.',
    68 repository.',
    69           'inputlevel': 2,
    69           'level': 2,
    70           }),
    70           }),
    71     )
    71     )
    72 
    72 
    73     def __init__(self, repo, appschema, source_config, *args, **kwargs):
    73     def __init__(self, repo, appschema, source_config, *args, **kwargs):
    74         # the helper db is used to easy querying and will store everything but
    74         # the helper db is used to easy querying and will store everything but