dang it.
This commit is contained in:
parent
883f15beee
commit
71df39ca11
@ -94,7 +94,8 @@ class Tunnel(object):
|
|||||||
self.parse()
|
self.parse()
|
||||||
|
|
||||||
def _allocations(self):
|
def _allocations(self):
|
||||||
for _allocation_xml in self.xml.findall('allocs'):
|
_allocs_xml = self.xml.find('allocs')
|
||||||
|
for _allocation_xml in _allocs_xml.findall('alloc'):
|
||||||
self.allocations.append(Allocation(_allocation_xml))
|
self.allocations.append(Allocation(_allocation_xml))
|
||||||
return(None)
|
return(None)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user