From: Joe Wreschnig Date: Thu, 25 Feb 2010 23:06:24 +0000 (-0800) Subject: strings: Include deroman in import list. X-Git-Url: https://git.korewanetadesu.com/?p=python-collate.git;a=commitdiff_plain;h=16cf8c5be127cde59d8ce709a04c64b9f82f00eb strings: Include deroman in import list. --- diff --git a/collate/strings.py b/collate/strings.py index fd6f71d..e2750d1 100644 --- a/collate/strings.py +++ b/collate/strings.py @@ -1,6 +1,6 @@ """String utility functions for collation.""" -__all__ = ["sortemes", "numeric", "normalize_number"] +__all__ = ["sortemes", "numeric", "normalize_number", "deroman"] import unicodedata