Test script. Add NAME to backends. Some smarter system locale handling.
[python-collate.git] / collate / uca / __init__.py
index ba20b48..228a24c 100644 (file)
@@ -2,6 +2,9 @@ import os
 
 import collate.errors
 import collate._abcollator
+import collate._constants
+
+NAME = "Python UCA %g" % collate._constants.VERSION
 
 class Trie(object):