strings: Include deroman in import list.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 25 Feb 2010 23:06:24 +0000 (15:06 -0800)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 25 Feb 2010 23:06:24 +0000 (15:06 -0800)
collate/strings.py

index fd6f71d..e2750d1 100644 (file)
@@ -1,6 +1,6 @@
 """String utility functions for collation."""
 
 """String utility functions for collation."""
 
-__all__ = ["sortemes", "numeric", "normalize_number"]
+__all__ = ["sortemes", "numeric", "normalize_number", "deroman"]
 
 import unicodedata
 
 
 import unicodedata