Skip to content

Commit

Permalink
fix bad reference to 'format_number' in mediacore.lib.i18n.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Nov 4, 2013
1 parent 51db25a commit 4eaead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediacore/lib/i18n.py
Expand Up @@ -19,7 +19,7 @@
from pylons.i18n.translation import lazify


__all__ = ['_', 'N_', 'format_date', 'format_datetime', 'format_number',
__all__ = ['_', 'N_', 'format_date', 'format_datetime', 'format_decimal',
'format_time']

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 4eaead2

Please sign in to comment.