Merge branch 'bbmaster' of ssh://git.cy55.de/home/git/loops into bbmaster
This commit is contained in:
commit
639229694f
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Address(AdapterBase):
|
|||
_contextAttributes = list(IAddress) + list(IConcept)
|
||||
|
||||
def getLines(self):
|
||||
return getattr(self.context, '_lines', [])
|
||||
return getattr(self.context, '_lines', None) or []
|
||||
def setLines(self, value):
|
||||
self.context._lines = value
|
||||
lines = property(getLines, setLines)
|
||||
|
|
Loading…
Add table
Reference in a new issue