# HG changeset patch # User Mads Kiilerich # Date 2019-11-16 20:02:04 # Node ID 062aa10097bc4a053724e95526af5c7a2c6d92d3 # Parent b075693b32145777843b037141f7f881f6412cc3 lib: clarify where caching_query comes from diff --git a/kallithea/lib/caching_query.py b/kallithea/lib/caching_query.py --- a/kallithea/lib/caching_query.py +++ b/kallithea/lib/caching_query.py @@ -1,3 +1,5 @@ +# apparently based on https://github.com/sqlalchemy/sqlalchemy/blob/rel_0_7/examples/beaker_caching/caching_query.py + """caching_query.py Represent persistence structures which allow the usage of