mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-13 06:34:26 +00:00
13 lines
249 B
Python
13 lines
249 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
babel.messages
|
||
|
~~~~~~~~~~~~~~
|
||
|
|
||
|
Support for ``gettext`` message catalogs.
|
||
|
|
||
|
:copyright: (c) 2013 by the Babel Team.
|
||
|
:license: BSD, see LICENSE for more details.
|
||
|
"""
|
||
|
|
||
|
from babel.messages.catalog import *
|