projects
/
python-collate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b36ae3
)
Remove NAME, just use __name__.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 13 Feb 2010 06:02:41 +0000
(22:02 -0800)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 13 Feb 2010 06:02:41 +0000
(22:02 -0800)
collate/uca/__init__.py
patch
|
blob
|
history
diff --git
a/collate/uca/__init__.py
b/collate/uca/__init__.py
index 7ddf731e8d772165c3beb5751348dd0b87cc8553..d40319a1c6b1f4f9524a081c69680ee092d01401 100644
(file)
--- a/
collate/uca/__init__.py
+++ b/
collate/uca/__init__.py
@@
-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):