Remove NAME, just use __name__.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 13 Feb 2010 06:02:41 +0000 (22:02 -0800)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 13 Feb 2010 06:02:41 +0000 (22:02 -0800)
collate/uca/__init__.py

index 7ddf731..d40319a 100644 (file)
@@ -4,8 +4,6 @@ import collate.errors
 import collate._abcollator
 import collate._constants
 
-NAME = "Python UCA %g" % collate._constants.VERSION
-
 class Trie(object):
 
     def __init__(self):