From 712ad12a7b2bee93aeb464d2d1ad46a40ddc010f Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 12 Feb 2010 22:02:41 -0800 Subject: [PATCH] Remove NAME, just use __name__. --- collate/uca/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/collate/uca/__init__.py b/collate/uca/__init__.py index 7ddf731..d40319a 100644 --- 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): -- 2.20.1