mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-08 06:06:01 +02:00
Rename items.py to stats.py
It is no longer used only for item-related statistics functions.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user