comparison scripts/deps.py @ 8809:4f0de9468da3

controllers: move controllers base class from lib/base to controllers TG quickstart put it in lib/base.py , but it fits better on the controllers layer as a base there. The contributing docs were a bit ahead of time ... but with a typo.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 13 Nov 2020 01:06:16 +0100
parents 341e4bb9e227
children a36a8804e7be
comparison
equal deleted inserted replaced
8808:9a2c0a067c6e 8809:4f0de9468da3
129 conftest 129 conftest
130 '''.split()) 130 '''.split())
131 131
132 normal_modules = set(''' 132 normal_modules = set('''
133 kallithea 133 kallithea
134 kallithea.controllers.base
134 kallithea.lib 135 kallithea.lib
135 kallithea.lib.auth 136 kallithea.lib.auth
136 kallithea.lib.auth_modules 137 kallithea.lib.auth_modules
137 kallithea.lib.base
138 kallithea.lib.celerylib 138 kallithea.lib.celerylib
139 kallithea.lib.db_manage 139 kallithea.lib.db_manage
140 kallithea.lib.helpers 140 kallithea.lib.helpers
141 kallithea.lib.hooks 141 kallithea.lib.hooks
142 kallithea.lib.indexers 142 kallithea.lib.indexers