mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
global: extension class to uppercase.
The extension class name is changed to uppercase.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
"""invenio module that adds tugraz configs."""
|
||||
|
||||
from .ext import invenioconfigtugraz
|
||||
from .ext import InvenioConfigTugraz
|
||||
from .generators import RecordIp
|
||||
from .version import __version__
|
||||
|
||||
__all__ = ('__version__', 'invenioconfigtugraz', 'RecordIp')
|
||||
__all__ = ('__version__', 'InvenioConfigTugraz', 'RecordIp')
|
||||
|
||||
Reference in New Issue
Block a user