From 04f0756c7f28b87d5eea7e044451b04e7cf9e552 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 20 Dec 2020 16:31:52 +0200 Subject: [PATCH] dspace_statistics_api/util.py: Add vim modeline --- dspace_statistics_api/util.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dspace_statistics_api/util.py b/dspace_statistics_api/util.py index 12c2092..3078d41 100644 --- a/dspace_statistics_api/util.py +++ b/dspace_statistics_api/util.py @@ -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: