Files
@ 6fbbbd9a627a
Branch filter:
Location: kallithea/docs/usage/debugging.rst
6fbbbd9a627a
1.2 KiB
text/prs.fallenstein.rst
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.