1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-26 16:13:47 +02:00

app.py: Remove comment

This comment was added when I first began the application and the
testing status is documented in the README now.
This commit is contained in:
Alan Orth 2018-09-25 02:20:41 +03:00
parent 4b72f626d9
commit 3160c44566
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

4
app.py
View File

@ -1,7 +1,3 @@
# Tested with Python 3.6
# See DSpace Solr docs for tips about parameters
# https://wiki.duraspace.org/display/DSPACE/Solr
from database import database_connection
import falcon
from solr import solr_connection