dspace_statistics_api/indexer.py: Remove SolrClient reference

We stopped using SolrClient in favor of vanilla requests.
This commit is contained in:
Alan Orth 2020-09-24 11:30:31 +03:00
parent 0c8fb21f80
commit 6ff95bb5f2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 2 deletions

View File

@ -24,9 +24,8 @@
# This script is written for Python 3.5+ and requires several modules that you
# can install with pip (I recommend using a Python virtual environment):
#
# $ pip install SolrClient psycopg2-binary
# $ pip install psycopg2-binary
#
# See: https://solrclient.readthedocs.io/en/latest/SolrClient.html
# See: https://wiki.duraspace.org/display/DSPACE/Solr
import re