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
1 changed files with 3 additions and 0 deletions

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: