diff --git a/attributs.py b/attributs.py index 06b1c36..c0064d1 100644 --- a/attributs.py +++ b/attributs.py @@ -459,7 +459,7 @@ class responsable(Attr): self.value = property(self.get_respo) def __unicode__(self): - return self.value.attrs['aid'][0].__unicode__() + return self.__resp class blacklist(Attr):