1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 06:06:01 +02:00

dspace_statistics_api/util.py: Add vim modeline

This commit is contained in:
2020-12-20 16:31:52 +02:00
parent 830e4415f5
commit 04f0756c7f

View File

@ -187,3 +187,6 @@ def set_statistics_scope(req, resp, resource, params):
elif req.context.statistics_scope == "collections":
req.context.views_facet_field = "owningColl"
req.context.downloads_facet_field = "owningColl"
# vim: set sw=4 ts=4 expandtab: