mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 06:15:02 +01:00
Rename items.py to stats.py
It is no longer used only for item-related statistics functions.
This commit is contained in:
parent
3339bf8d9c
commit
47b4eb3df7
@ -2,7 +2,7 @@ import falcon
|
||||
import psycopg2.extras
|
||||
|
||||
from .database import DatabaseManager
|
||||
from .items import get_downloads, get_views
|
||||
from .stats import get_downloads, get_views
|
||||
from .util import set_statistics_scope
|
||||
from .util import validate_post_parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user