From 2136dc79ce391fbbf7fa00ea53603ea4ce791ee1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 26 Oct 2018 18:20:50 +0200 Subject: [PATCH] Remove shebang from indexer.py This is run as a Python module now so does not need a shebang. --- dspace_statistics_api/indexer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dspace_statistics_api/indexer.py b/dspace_statistics_api/indexer.py index 2488935..1d43d62 100644 --- a/dspace_statistics_api/indexer.py +++ b/dspace_statistics_api/indexer.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # indexer.py #