1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-24 23:30:18 +01:00

dspace_statistics_api/util.py: Add vim modeline

This commit is contained in:
Alan Orth 2020-12-20 16:31:52 +02:00
parent 830e4415f5
commit 04f0756c7f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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: