equal
deleted
inserted
replaced
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 |