Files
@ 6fbbbd9a627a
Branch filter:
Location: kallithea/scripts/validate-minimum-dependency-versions
6fbbbd9a627a
1.6 KiB
text/plain
db: move URL_SEP constant from db to top level kallithea module
URL_SEP is used in several places - having it in the db module is too high
level.
__init__ might not be the best place for this, but it does no harm to the
dependencies graph to place constants there.
URL_SEP is used in several places - having it in the db module is too high
level.
__init__ might not be the best place for this, but it does no harm to the
dependencies graph to place constants there.