Fixed errors in attributehandler that affected nicks. Test suite not validating yet.

This commit is contained in:
Griatch 2013-09-22 22:34:22 +02:00
parent 642ae2faf9
commit 8b1afa7043
3 changed files with 38 additions and 21 deletions

View file

@ -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