From 16cf8c5be127cde59d8ce709a04c64b9f82f00eb Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 25 Feb 2010 15:06:24 -0800 Subject: [PATCH] strings: Include deroman in import list. --- collate/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1