Fixed errors in attributehandler that affected nicks. Test suite not validating yet.
This commit is contained in:
parent
642ae2faf9
commit
8b1afa7043
3 changed files with 38 additions and 21 deletions
|
|
@ -175,8 +175,8 @@ class TypeClass(object):
|
|||
dbobj.dbid,
|
||||
dbobj.typeclass_path,))
|
||||
|
||||
# def __str__(self):
|
||||
# "represent the object"
|
||||
# return _GA(self, "key")
|
||||
# def __unicode__(self):
|
||||
# return u"%s" % _GA(self, "key")
|
||||
def __str__(self):
|
||||
"represent the object"
|
||||
return self.key
|
||||
def __unicode__(self):
|
||||
return u"%s" % self.key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue