Skip to content

Commit

Permalink
Merged fix from 2.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 1, 2000
1 parent 3454629 commit 5bbdd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DT_String.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
"$Id: DT_String.py,v 1.37 2000/08/17 14:03:42 brian Exp $"
"$Id: DT_String.py,v 1.38 2000/09/01 14:00:41 brian Exp $"

from string import split, strip
import regex, ts_regex
Expand Down Expand Up @@ -345,7 +345,7 @@ def __init__(self, source_string='', mapping=None, __name__='<string>',
def name(self): return self.__name__
id=name

setName__roles__=[]
setName__roles__=()
def setName(self,v): self.__dict__['__name__']=v

default__roles__=()
Expand Down

0 comments on commit 5bbdd11

Please sign in to comment.